diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-06-03 00:28:07 +0000 |
---|---|---|
committer | Marcel Amirault <ravlen@gmail.com> | 2019-06-11 17:19:08 +0000 |
commit | fc6e79e145d3c8dbf3394e5ec3e83d3b0f1123cc (patch) | |
tree | 1e84570fcb8ad3cfabf50c521d9b9a2b4dbb347c /doc/ci/examples/license_management.md | |
parent | 161b8839edec281d1c4215bc47b5623cca797e45 (diff) | |
download | gitlab-ce-fc6e79e145d3c8dbf3394e5ec3e83d3b0f1123cc.tar.gz |
Convert absolute links to relative in /ci docs
Fix more links after review
Update redirect_from link
Apply suggestion to doc/ci/introduction/index.md
Apply suggestion to doc/ci/README.md
Apply suggestion to doc/ci/README.md
Make front matter redirect_from links absolute
Change front matter to fix discus comments
Diffstat (limited to 'doc/ci/examples/license_management.md')
-rw-r--r-- | doc/ci/examples/license_management.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/license_management.md b/doc/ci/examples/license_management.md index 08704425a75..53e38111bf3 100644 --- a/doc/ci/examples/license_management.md +++ b/doc/ci/examples/license_management.md @@ -1,5 +1,5 @@ --- -redirect_to: 'https://docs.gitlab.com/ee/user/application_security/license_management/index.html' +redirect_to: '../../user/application_security/license_management/index.md' --- -This document was moved to [another location](https://docs.gitlab.com/ee/user/application_security/license_management/index.html). +This document was moved to [another location](../../user/application_security/license_management/index.md). |