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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/geo.md')
-rw-r--r--doc/development/geo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/geo.md b/doc/development/geo.md
index 9e9bd85ecd8..f042af42de5 100644
--- a/doc/development/geo.md
+++ b/doc/development/geo.md
@@ -576,7 +576,7 @@ See `Gitlab::Geo.enabled?` and `Gitlab::Geo.license_allows?` methods.
All Geo **secondary** sites are read-only.
-The general principle of a [read-only database](verifying_database_capabilities.md#read-only-database)
+The general principle of a [read-only database](database/verifying_database_capabilities.md#read-only-database)
applies to all Geo **secondary** sites. So the
`Gitlab::Database.read_only?` method will always return `true` on a
**secondary** site.