diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-19 16:27:22 -0700 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-24 15:11:06 -0400 |
commit | c0a2d8d9991ea58b64846cd322db5c8133d779ab (patch) | |
tree | a3abde8521785e9ca5f78ce6c450ae9fe0dc6caa /doc/development/geo.md | |
parent | 1eaff130f63b3d2b1f63d2ffa7bce5b3df5bac82 (diff) | |
download | gitlab-ce-docs/relative-links.tar.gz |
Use relative URLs in development docsdocs/relative-links
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
Diffstat (limited to 'doc/development/geo.md')
-rw-r--r-- | doc/development/geo.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/geo.md b/doc/development/geo.md index c8e6a86eb52..87ec34ec5c4 100644 --- a/doc/development/geo.md +++ b/doc/development/geo.md @@ -90,7 +90,7 @@ projects that need updating. Those projects can be: timestamp that is more recent than the `last_repository_successful_sync_at` timestamp in the `Geo::ProjectRegistry` model. - Manual: The admin can manually flag a repository to resync in the - [Geo admin panel](https://docs.gitlab.com/ee/user/admin_area/geo_nodes.html). + [Geo admin panel](../user/admin_area/geo_nodes.md). When we fail to fetch a repository on the secondary `RETRIES_BEFORE_REDOWNLOAD` times, Geo does a so-called _redownload_. It will do a clean clone @@ -299,7 +299,7 @@ basically hashes all Git refs together and stores that hash in the The **secondary** node does the same to calculate the hash of its clone, and compares the hash with the value the **primary** node calculated. If there is a mismatch, Geo will mark this as a mismatch -and the administrator can see this in the [Geo admin panel](https://docs.gitlab.com/ee/user/admin_area/geo_nodes.html). +and the administrator can see this in the [Geo admin panel](../user/admin_area/geo_nodes.md). ## Glossary |