diff options
author | Evan Read <eread@gitlab.com> | 2019-03-14 02:06:58 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-14 02:06:58 +0000 |
commit | ae8cbffaf1b1738e2d175c15aff1a6718a5f8b06 (patch) | |
tree | 3d0eefd6ac62d1e73291ec22aaa48a4d4b964b9a | |
parent | cee71371a1d678b2de8ba29644e362f5a44da695 (diff) | |
parent | 0f6a61f1ad33ff23eb20bf1c2c9381b00f054706 (diff) | |
download | gitlab-ce-ae8cbffaf1b1738e2d175c15aff1a6718a5f8b06.tar.gz |
Merge branch 'fixes-broken-doc-link' into 'master'
[docs] Git push-option documentation anchor seems to have changed.
See merge request gitlab-org/gitlab-ce!25971
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index a44f4b62a0e..5ed7ad42a8d 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2561,4 +2561,4 @@ git push -o ci.skip [environment]: ../environments.md "CI/CD environments" [schedules]: ../../user/project/pipelines/schedules.md "Pipelines schedules" [variables]: ../variables/README.md "CI/CD variables" -[push-option]: https://git-scm.com/docs/git-push#git-push--oltoptiongt +[push-option]: https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt |