diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-08-25 09:19:14 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-08-26 09:38:21 -0500 |
commit | aeb280b0ccb7186b75cf73fcd2e051c5ed661443 (patch) | |
tree | adad1bde334995fc4f35dbbfc625b1f318f0ccb4 /doc/development | |
parent | 6e584f46d2479d5550c12293af00fd494b60f2c0 (diff) | |
download | gitlab-ce-aeb280b0ccb7186b75cf73fcd2e051c5ed661443.tar.gz |
Fix markdown help references
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/doc_styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md index dc7d832ce3a..8bf24f70a9a 100644 --- a/doc/development/doc_styleguide.md +++ b/doc/development/doc_styleguide.md @@ -422,7 +422,7 @@ curl --request PUT --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" --data "domain [cURL]: http://curl.haxx.se/ "cURL website" [single spaces]: http://www.slate.com/articles/technology/technology/2011/01/space_invaders.html -[gfm]: http://docs.gitlab.com/ce/markdown/markdown.html#newlines "GitLab flavored markdown documentation" +[gfm]: http://docs.gitlab.com/ce/user/markdown.html#newlines "GitLab flavored markdown documentation" [doc-restart]: ../administration/restart_gitlab.md "GitLab restart documentation" [ce-3349]: https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 "Documentation restructure" [graffle]: https://gitlab.com/gitlab-org/gitlab-design/blob/d8d39f4a87b90fb9ae89ca12dc565347b4900d5e/production/resources/gitlab-map.graffle |