summaryrefslogtreecommitdiff
path: root/doc/workflow/repository_mirroring.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-06-05 03:29:33 +0000
committerEvan Read <eread@gitlab.com>2019-06-05 03:29:33 +0000
commit3c31d793c8321e7b02c36ea81c82ff63fed55d12 (patch)
tree2a64d805d93c10e5c2ab8ddb5760304289cc6b28 /doc/workflow/repository_mirroring.md
parentebc18b45c7e72b28c1981446c95433611903868d (diff)
downloadgitlab-ce-3c31d793c8321e7b02c36ea81c82ff63fed55d12.tar.gz
Docs: Update all links to relative in /workflow and /administration
Diffstat (limited to 'doc/workflow/repository_mirroring.md')
-rw-r--r--doc/workflow/repository_mirroring.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 5bc5cf427ce..9772bd385ba 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -283,10 +283,10 @@ project mirroring again by [Forcing an update](#forcing-an-update-core).
[GitLab Starter](https://about.gitlab.com/pricing/) 10.3.
Pull mirroring uses polling to detect new branches and commits added upstream, often minutes
-afterwards. If you notify GitLab by [API](https://docs.gitlab.com/ee/api/projects.html#start-the-pull-mirroring-process-for-a-project),
+afterwards. If you notify GitLab by [API](https://docs.gitlab.com/ee/api/projects.html#start-the-pull-mirroring-process-for-a-project-starter),
updates will be pulled immediately.
-For more information, see [Start the pull mirroring process for a Project](https://docs.gitlab.com/ee/api/projects.html#start-the-pull-mirroring-process-for-a-project).
+For more information, see [Start the pull mirroring process for a Project](https://docs.gitlab.com/ee/api/projects.html#start-the-pull-mirroring-process-for-a-project-starter).
## Forcing an update **[CORE]**