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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/markdown.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 6b5308afc4f..bfb93a4701c 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -326,12 +326,12 @@ Some text to show that the reference links can follow later.
Here's our logo (hover to see the title text):
Inline-style:
- ![alt text](/assets/logo-white.png "Logo Title Text 1")
+ ![alt text](assets/logo-white.png)
Reference-style:
- ![alt text][logo]
+ ![alt text1][logo]
- [logo]: /assets/logo-white.png "Logo Title Text 2"
+ [logo]: assets/logo-white.png
Here's our logo (hover to see the title text):