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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-08 06:05:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-08 06:05:52 +0300
commite4f5b707184352e7bc034f982f6a9af58093b430 (patch)
tree6d70e82e014a1858cd2dd0c1ddda3b29e5180139 /doc/user/asciidoc.md
parentca95fe0b55e6a350aeb978ecc7fbd31c44ab84f4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/asciidoc.md')
-rw-r--r--doc/user/asciidoc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/asciidoc.md b/doc/user/asciidoc.md
index 862316b57da..b4d3cb58e97 100644
--- a/doc/user/asciidoc.md
+++ b/doc/user/asciidoc.md
@@ -6,7 +6,7 @@ Consult the [Asciidoctor User Manual](https://asciidoctor.org/docs/user-manual/)
## Syntax
Here's a brief reference of the most commonly used AsciiDoc syntax.
-You can find the full documentation for the AsciiDoc syntax at <https://asciidoctor.org/docs>.
+You can find the full documentation for the AsciiDoc syntax at <https://asciidoctor.org/docs/>.
### Paragraphs
@@ -44,7 +44,7 @@ monospaced font:
An admonition paragraph grabs the reader's attention:
```asciidoc
-NOTE: This is a brief reference, please read the full documentation at https://asciidoctor.org/docs.
+NOTE: This is a brief reference, please read the full documentation at https://asciidoctor.org/docs/.
TIP: Lists can be indented. Leading whitespace is not significant.
```