summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-20 09:21:30 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-11-20 09:21:30 +0000
commit135437b70d5bf12fff17d10adeae0c459b779138 (patch)
tree38ae0e9c965004f3b44a8534c57ebc4138cfc78f /doc
parent05f97535f64a5ed06093e4e804db5f3bb4cbeb87 (diff)
parent71c4f75d881c3b41e028fc1f3ab9f293156e3a8f (diff)
downloadgitlab-ce-135437b70d5bf12fff17d10adeae0c459b779138.tar.gz
Merge branch 'docs/fix-broken-anchor' into 'master'
Fix a wrong anchor to job permissions doc See merge request gitlab-org/gitlab-ce!15478
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/git_submodules.md2
-rw-r--r--doc/user/project/new_ci_build_permissions_model.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/git_submodules.md b/doc/ci/git_submodules.md
index c83d3f6f248..286f3dee665 100644
--- a/doc/ci/git_submodules.md
+++ b/doc/ci/git_submodules.md
@@ -8,7 +8,7 @@
with the use of [SSH keys](ssh_keys/README.md).
- With GitLab 8.12 onward, your permissions are used to evaluate what a CI job
can access. More information about how this system works can be found in the
- [Jobs permissions model](../user/permissions.md#jobs-permissions).
+ [Jobs permissions model](../user/permissions.md#job-permissions).
- The HTTP(S) Git protocol [must be enabled][gitpro] in your GitLab instance.
## Configuring the `.gitmodules` file
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md
index 271adee7da1..17dcd152363 100644
--- a/doc/user/project/new_ci_build_permissions_model.md
+++ b/doc/user/project/new_ci_build_permissions_model.md
@@ -230,7 +230,7 @@ test:
- docker run $CI_REGISTRY/group/other-project:latest
```
-[job permissions]: ../permissions.md#jobs-permissions
+[job permissions]: ../permissions.md#job-permissions
[comment]: https://gitlab.com/gitlab-org/gitlab-ce/issues/22484#note_16648302
[ext]: ../permissions.md#external-users
[gitsub]: ../../ci/git_submodules.md