summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!")