From 7ca47cfe6bee3916de4c90f6580a71b06296bd15 Mon Sep 17 00:00:00 2001 From: Taemin Shin Date: Wed, 17 Feb 2021 02:21:59 +0900 Subject: [PATCH] Fix build output dir for ref docs in CONTRIBUTING.md Closes gh-26556 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2295a0928826..b43a485e7085 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,7 @@ The reference documentation is in the [src/docs/asciidoc](src/docs/asciidoc) dir edit source files, and submit directly from GitHub. When making changes locally, execute `./gradlew asciidoctor` and then browse the result under -`build/asciidoc/html5/index.html`. +`build/docs/ref-docs/html5/index.html`. Asciidoctor also supports live editing. For more details read [Editing AsciiDoc with Live Preview](https://asciidoctor.org/docs/editing-asciidoc-with-live-preview/).