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:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-04-08 14:44:48 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2022-04-08 14:44:48 +0300
commit886a9a2bcaae893c0f993331a27f318a145f5602 (patch)
tree050b833c42703a5d348015fddb74b2b189da4a29
parent82959bcfdfdf61ae67bce1086519685dc5573c95 (diff)
parentb20e6c0c00e54047eac63484803a853b61795bcb (diff)
Merge branch 'aqualls-update-database-links' into 'main'
Update location of 4 moved database pages See merge request gitlab-org/gitlab-docs!2556
-rw-r--r--content/_data/navigation.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 86afa3d7..5df88a65 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2487,9 +2487,9 @@ sections:
doc_url: 'ee/development/database/'
docs:
- doc_title: Avoiding downtime in migrations
- doc_url: 'ee/development/avoiding_downtime_in_migrations.html'
+ doc_url: 'ee/development/database/avoiding_downtime_in_migrations.html'
- doc_title: Background migrations
- doc_url: 'ee/development/background_migrations.html'
+ doc_url: 'ee/development/database/background_migrations.html'
- doc_title: Case study - filtering by label
doc_url: 'ee/development/filtering_by_label.html'
- doc_title: Case study - namespaces storage statistics
@@ -2501,7 +2501,7 @@ sections:
- doc_title: Database check-migrations job
doc_url: 'ee/development/database/dbcheck-migrations-job.html'
- doc_title: Delete existing migrations
- doc_url: 'ee/development/deleting_migrations.html'
+ doc_url: 'ee/development/database/deleting_migrations.html'
- doc_title: Layout and access patterns
doc_url: 'ee/development/database/layout_and_access_patterns.html'
- doc_title: Migrations style guide
@@ -2514,7 +2514,7 @@ sections:
- doc_title: Keyset pagination
doc_url: 'ee/development/database/keyset_pagination.html'
- doc_title: Post-deployment migrations
- doc_url: 'ee/development/post_deployment_migrations.html'
+ doc_url: 'ee/development/database/post_deployment_migrations.html'
- doc_title: Query comments with Marginalia
doc_url: 'ee/development/database_query_comments.html'
- doc_title: SQL guidelines