Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-06-27 04:41:05 +0300
committerEvan Read <eread@gitlab.com>2019-06-27 04:41:05 +0300
commitee1838851b08d8f19d39ac2c602c42292feb226f (patch)
treeb8500e88d35faeccf121410160b1810e76af02ce /doc/user/markdown.md
parentd5243f72629ed292e21c0c053b12b883b58a7acf (diff)
Fix broken link in markdown doc
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 186fd7178d3..16df6d93277 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -1062,7 +1062,6 @@ There are two ways to create links, inline-style and reference-style:
```md
- This is an [inline-style link](https://www.google.com)
- This is a [link to a repository file in the same directory](index.md)
-- This is an [absolute reference within the repository](/doc/user/index.md)
- This is a [relative link to a readme one directory higher](../README.md)
- This is a [link that also has title text](https://www.google.com "This link takes you to Google!")
@@ -1086,7 +1085,6 @@ Some text to show that the reference links can follow later.
- This is an [inline-style link](https://www.google.com)
- This is a [link to a repository file in the same directory](index.md)
-- This is an [absolute reference within the repository](/doc/user/index.md)
- This is a [relative link to a readme one directory higher](../README.md)
- This is a [link that also has title text](https://www.google.com "This link takes you to Google!")