Skip to content

Commit efc2a86

Browse files
committed
Update CHANGELOG: add contribution asciidoctor#592 docs fixes
1 parent bdb1042 commit efc2a86

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Build / Infrastructure::
2020
* Upgrade Asciidoctorj to v2.5.4 and jRuby to v9.3.4.0 (#584)
2121
* Upgrade Asciidoctorj to v2.5.5 (#591)
2222

23+
Documentation::
24+
25+
* Fix absolute path in usage example and AsciiDoc references in docs (https://github.com/MarkusTiede[@MarkusTiede])(#592)
26+
2327
== v2.2.2 (2022-01-30)
2428

2529
Bug Fixes::

docs/modules/plugin/pages/goals/http.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= http: HTML live preview
33
:navtitle: http
44

5-
Converts Asciidoc documents and starts an embedded http server to access content from the generated output directory.
5+
Converts AsciiDoc documents and starts an embedded http server to access content from the generated output directory.
66

77
Modified sources will be updated on change similarly to how the xref:goals/auto-refresh.adoc[auto-refresh goal] works.
88
While at the same time, HTML contents will be automatically refreshed on the web browser without need for manual steps.

docs/modules/plugin/pages/goals/process-asciidoc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= process-asciidoc: Converting documents
33
:navtitle: process-asciidoc
44

5-
Converts Asciidoc documents using {uri-asciidoctorj}[AsciidoctorJ].
5+
Converts AsciiDoc documents using {uri-asciidoctorj}[AsciidoctorJ].
66
Additionally, the goal takes care of placing additional resources (eg. images) in the output path.
77

88
include::partial$breaking-changes-warning.adoc[]

0 commit comments

Comments
 (0)