summaryrefslogtreecommitdiff
path: root/doc/development/documentation
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-25 22:49:13 +0000
committerEvan Read <eread@gitlab.com>2019-07-25 22:49:13 +0000
commit0f7d8c04219a5631d48a2eff59d4a5daa881787f (patch)
tree76be29f9e4067856eb494c1ae502be02ead5b6dc /doc/development/documentation
parent420d546baffbfff05406ce832b076b28585496c5 (diff)
downloadgitlab-ce-0f7d8c04219a5631d48a2eff59d4a5daa881787f.tar.gz
Update links to relative
Following the single docs codebase change, all internal links should be relative. Also cleans up one table
Diffstat (limited to 'doc/development/documentation')
-rw-r--r--doc/development/documentation/styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index 36ffc02644e..dd798777c12 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -1092,6 +1092,6 @@ curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" --data "domain_
[cURL]: http://curl.haxx.se/ "cURL website"
[single spaces]: http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html
-[gfm]: https://docs.gitlab.com/ce/user/markdown.html#newlines "GitLab flavored markdown documentation"
+[gfm]: ../../user/markdown.md#newlines "GitLab flavored markdown documentation"
[ce-1242]: https://gitlab.com/gitlab-org/gitlab-ce/issues/1242
[doc-restart]: ../../administration/restart_gitlab.md "GitLab restart documentation"