From 721af4f7808bae0d0bb34db298d55d4d45c4b3cf Mon Sep 17 00:00:00 2001 From: Martin Macko Date: Tue, 29 Aug 2017 16:51:11 +0200 Subject: [PATCH] Fix wrong instructions for building documentation (#1508) Issue: SPR-15906 --- CONTRIBUTING-DOCUMENTATION.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING-DOCUMENTATION.adoc b/CONTRIBUTING-DOCUMENTATION.adoc index 6b51e5d7d2..69017f0e96 100644 --- a/CONTRIBUTING-DOCUMENTATION.adoc +++ b/CONTRIBUTING-DOCUMENTATION.adoc @@ -5,12 +5,12 @@ document describes how to contribute documentation updates. == Building with Gradle -You can build the documentation using gradle using the `reference` task. For example, from +You can build the documentation using gradle using the `asciidoctor` task. For example, from the project root execute the following command: - ./gradlew reference + ./gradlew asciidoctor -the output will be available at `spring-framework/build/reference/htmlsingle/index.html` +the output will be available at `spring-framework/build/asciidoc/html5/index.html` == Live editing