summaryrefslogtreecommitdiff
path: root/doc/markdown
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-04-19 19:04:58 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-04-19 19:04:58 +0300
commit03e5873ae52f3c8c0efb7baa7d1a358a7c3e7974 (patch)
tree1be2cb050123551f94137349099474e026b1f6d2 /doc/markdown
parent447a9050888c9712db847d4c52bc9977926faa2e (diff)
downloadgitlab-ce-03e5873ae52f3c8c0efb7baa7d1a358a7c3e7974.tar.gz
Fix broken linksdoc-broken-links
[ci skip]
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 4f199b6af6f..3f44a1b4c6c 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -402,7 +402,7 @@ There are two ways to create links, inline-style and reference-style.
[I'm a reference-style link][Arbitrary case-insensitive reference text]
-[I'm a relative reference to a repository file](LICENSE)
+[I'm a relative reference to a repository file](LICENSE)[^1]
[You can use numbers for reference-style link definitions][1]
@@ -594,3 +594,4 @@ By including colons in the header row, you can align the text within that column
[rouge]: http://rouge.jneen.net/ "Rouge website"
[redcarpet]: https://github.com/vmg/redcarpet "Redcarpet website"
+[^1]: This link will be broken if you see this document from the Help page or docs.gitlab.com