diff options
author | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-05-23 20:08:12 +0200 |
---|---|---|
committer | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-05-23 20:08:12 +0200 |
commit | 866b7797b6ecc339a1ae6ec512786749f6db2a1c (patch) | |
tree | 2eb33c4a825f0c7fa7f47ddd13b2038058a4c153 | |
parent | d9ae38febb595babf4e519ff4045f4072eed8e6f (diff) | |
download | gitlab-ce-866b7797b6ecc339a1ae6ec512786749f6db2a1c.tar.gz |
Fix broken image reference
-rw-r--r-- | doc/user/snippets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/snippets.md b/doc/user/snippets.md index 8847044b911..d6b0dbb60f0 100644 --- a/doc/user/snippets.md +++ b/doc/user/snippets.md @@ -35,7 +35,7 @@ Public snippets can not only be shared, but also embedded on any website. This a Embedded snippets are displayed with a header that shows the file name if defined, the snippet size, a link to GitLab and the actual snippet content. Actions in the header allow users to see the snippet in raw format and download it. - + To embed a snippet, you can simply click on the "Copy to clipboard" button in the "Embed" section on top. This copies a one-line script that you can add to any website or blog post. |