Skip to content

Commit bdb1042

Browse files
MarkusTiedeabelsromero
authored andcommitted
Fix absolute to relative path (#592)
* Fix absolute to relative path in README and usage.adoc * Fix Asciidoc > AsciiDoc
1 parent 4757513 commit bdb1042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ endif::[]
8686

8787
These are the minimal steps to convert your AsciiDoc documents to HTML with the asciidoctor-maven-plugin.
8888

89-
. Place your Asciidoc sources in [.path]_/src/docs/asciidoc_.
89+
. Place your AsciiDoc sources in [.path]_src/docs/asciidoc_.
9090

9191
. Add the minimal configuration to your [.path]_pom.xml_.
9292
+

docs/modules/plugin/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
These are the minimal steps to convert your AsciiDoc documents to HTML with the asciidoctor-maven-plugin.
66

7-
. Place your Asciidoc sources in [.path]_/src/docs/asciidoc_.
7+
. Place your AsciiDoc sources in [.path]_src/docs/asciidoc_.
88

99
. Add the minimal configuration to your [.path]_pom.xml_.
1010
+

0 commit comments

Comments
 (0)