summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-24 07:57:10 +0000
committerRémy Coutable <remy@rymai.me>2016-10-24 07:57:10 +0000
commit9af0dd5ee467c72d327cc88e081300ee0df5f55b (patch)
tree94e534bfb07b89e22dba4ed53b358f455d728486
parenta98ad03ba18da0b1534f36dafafa9a1c644d0bf1 (diff)
parent94ceadb4a32a4a5128d43983206518d3159354e0 (diff)
downloadgitlab-ce-9af0dd5ee467c72d327cc88e081300ee0df5f55b.tar.gz
Merge branch 'document-absolute-links' into 'master'
Document link syntax introduced by !5586. See merge request !7049
-rw-r--r--doc/user/markdown.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 56e5b802a52..7a7a0b864bd 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -501,6 +501,10 @@ 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 am an absolute reference within the repository](/doc/user/markdown.md)
+
+ [I link to the Milestones page](/../milestones)
[You can use numbers for reference-style link definitions][1]
@@ -518,6 +522,10 @@ There are two ways to create links, inline-style and reference-style.
[I'm a relative reference to a repository file](LICENSE)[^1]
+[I am an absolute reference within the repository](/doc/user/markdown.md)
+
+[I link to the Milestones page](/../milestones)
+
[You can use numbers for reference-style link definitions][1]
Or leave it empty and use the [link text itself][]