Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 9ae649b

Browse files
committed
fix paths in readme
1 parent 2e8d579 commit 9ae649b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Just enter `mvn` at the command line in this directory. Maven will generate the
88

99
Specification as PDF::
1010
* The specification in PDF form.
11-
* In the directory: `spec/target/publish/docbook/publish/en-US/pdf`
11+
* In the directory: `target/publish/docbook/publish/en-US/pdf`
1212

1313
Specification as HTML::
1414
* The specification in HTML form.
15-
* In the directory: `spec/target/publish/html`
15+
* In the directory: `target/publish/html`
1616

1717
== Specification Source
1818

1919
The AsciiDoc specification source is located in this directory:
20-
`spec/src/main/doc`
20+
`src/main/doc`
2121

0 commit comments

Comments
 (0)