summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-06-27 01:20:53 +0000
committerMarcel Amirault <mamirault@gitlab.com>2019-06-27 01:20:53 +0000
commit67391ef3cbcb56eef50762fc377f6d67bf829ee8 (patch)
tree8f97e4675cbb0ca1c5ca099070996b9e6787b82a
parent674374f9fcf389dbe8c97f625a659828b98543cf (diff)
downloadgitlab-ce-docs-markdown-link.tar.gz
Update markdown.md again to actually fix linkdocs-markdown-link
-rw-r--r--doc/user/markdown.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 74d6e9f195e..fb2d7e50122 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -1062,7 +1062,7 @@ 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](/user/index.md)
+- This is an [absolute reference within the repository](/ee/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 +1086,7 @@ 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](/user/index.md)
+- This is an [absolute reference within the repository](/ee/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!")