Skip to content

Commit 7ca47cf

Browse files
authored
Fix build output dir for ref docs in CONTRIBUTING.md
Closes gh-26556
1 parent fd49c8f commit 7ca47cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The reference documentation is in the [src/docs/asciidoc](src/docs/asciidoc) dir
125125
edit source files, and submit directly from GitHub.
126126

127127
When making changes locally, execute `./gradlew asciidoctor` and then browse the result under
128-
`build/asciidoc/html5/index.html`.
128+
`build/docs/ref-docs/html5/index.html`.
129129

130130
Asciidoctor also supports live editing. For more details read
131131
[Editing AsciiDoc with Live Preview](https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/).

0 commit comments

Comments
 (0)