Skip to content

Commit 076b9c3

Browse files
committed
Update pointers and commands in readme
1 parent 16ff13b commit 076b9c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ To deprecate an item:
177177

178178
## Building the Project
179179

180-
Please refer to [the readme](README.md#building-from-source) for the most common
181-
build commands.
180+
Please refer to [the readme](README.md#building-from-source) and [the documentation readme](documentation/README.md) for
181+
the most common build commands.
182182

183183
### Build Parameters
184184

documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This following Gradle command generates the HTML version of the User Guide as
1818
`build/docs/asciidoc/user-guide/index.html`.
1919

2020
```
21-
gradlew asciidoctor
21+
./gradlew asciidoctor
2222
```
2323

2424
On Linux operating systems, the `graphviz` package providing `/usr/bin/dot` must be
@@ -30,5 +30,5 @@ This following Gradle command generates the PDF version of the User Guide to
3030
`build/docs/asciidocPdf/user-guide/index.pdf`.
3131

3232
```
33-
gradlew asciidoctorPdf
33+
./gradlew asciidoctorPdf
3434
```

0 commit comments

Comments
 (0)