From 36790de521741c70a9adfb7063d96ee704cb111b Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Thu, 18 Aug 2022 16:56:15 +0200 Subject: [PATCH] Update CHANGELOG: add contribution #592 docs fixes (#593) --- CHANGELOG.adoc | 4 ++++ docs/modules/plugin/pages/goals/http.adoc | 2 +- docs/modules/plugin/pages/goals/process-asciidoc.adoc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index fe689859..99c19e3d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -20,6 +20,10 @@ Build / Infrastructure:: * Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584) * Upgrade Asciidoctorj to v2.5.5 (#591) +Documentation:: + + * Fix absolute path in usage example and AsciiDoc references in docs (https://github.com/MarkusTiede[@MarkusTiede])(#592) + == v2.2.2 (2022-01-30) Bug Fixes:: diff --git a/docs/modules/plugin/pages/goals/http.adoc b/docs/modules/plugin/pages/goals/http.adoc index 317dbace..65651c21 100644 --- a/docs/modules/plugin/pages/goals/http.adoc +++ b/docs/modules/plugin/pages/goals/http.adoc @@ -2,7 +2,7 @@ = http: HTML live preview :navtitle: http -Converts Asciidoc documents and starts an embedded http server to access content from the generated output directory. +Converts AsciiDoc documents and starts an embedded http server to access content from the generated output directory. Modified sources will be updated on change similarly to how the xref:goals/auto-refresh.adoc[auto-refresh goal] works. While at the same time, HTML contents will be automatically refreshed on the web browser without need for manual steps. diff --git a/docs/modules/plugin/pages/goals/process-asciidoc.adoc b/docs/modules/plugin/pages/goals/process-asciidoc.adoc index c2afad67..766ccfbc 100644 --- a/docs/modules/plugin/pages/goals/process-asciidoc.adoc +++ b/docs/modules/plugin/pages/goals/process-asciidoc.adoc @@ -2,7 +2,7 @@ = process-asciidoc: Converting documents :navtitle: process-asciidoc -Converts Asciidoc documents using {uri-asciidoctorj}[AsciidoctorJ]. +Converts AsciiDoc documents using {uri-asciidoctorj}[AsciidoctorJ]. Additionally, the goal takes care of placing additional resources (eg. images) in the output path. include::partial$breaking-changes-warning.adoc[]