Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-09-03 15:31:49 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-09-03 15:31:49 +0300
commit4fc73c9a5f1652cc2e0b284bfe1e937887a37183 (patch)
tree9c4ee184372e9b6e0967dd201eeed32cbf9f9fe4
parentec48048b96d58643ff457ed26e4c7b571bbee0bc (diff)
parent1d6328644d090c28a69c8b1f6a0aae7dfe1982c3 (diff)
Merge branch 'DarwinJS-nav-update-for-aws-patterns' into 'main'matt_wilson-vulnerability_status_clarification
Nav update for renamed See merge request gitlab-org/gitlab-docs!2102
-rw-r--r--content/_data/navigation.yaml4
-rw-r--r--content/_data/redirects.yaml3
2 files changed, 5 insertions, 2 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index bf7fad32..0ce3baaa 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -278,8 +278,8 @@ sections:
docs:
- doc_title: EKS best practices
doc_url: 'ee/install/aws/eks_clusters_aws.html'
- - doc_title: Gitaly on AWS
- doc_url: 'ee/install/aws/gitaly_on_aws.html'
+ - doc_title: GitLab SRE for AWS
+ doc_url: 'ee/install/aws/gitlab_sre_for_aws.html'
- doc_title: GitLab Cloud Native Hybrid on AWS EKS
doc_url: 'ee/install/aws/gitlab_hybrid_on_aws.html'
- doc_title: Manual install on AWS
diff --git a/content/_data/redirects.yaml b/content/_data/redirects.yaml
index 4aaf491e..b14b7c4b 100644
--- a/content/_data/redirects.yaml
+++ b/content/_data/redirects.yaml
@@ -1494,3 +1494,6 @@ redirects:
- from: /ee/development/testing_guide/end_to_end/environment_selection.html
to: /ee/development/testing_guide/end_to_end/execution_context_selection.html
remove_date: 2022-05-14
+ - from: /ee/install/aws/gitaly_on_aws.html
+ to: /ee/install/aws/gitlab_sre_for_aws.html
+ remove_date: 2022-06-03