summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-20 01:11:44 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-20 01:11:44 -0600
commitdea6d04e57749ebe21db6f367acd1b44519da9e7 (patch)
tree1e0012c048de65e860d4c0635abf18e6a08182d2
parent0d2f2c8eb3f5c8dc89dde385ed839f7316c3d546 (diff)
fix attribute references in CHANGELOG
-rw-r--r--CHANGELOG.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 3286d7aa..3f0d6ede 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1,17 +1,17 @@
= Asciidoctor Changelog
-:uri-asciidoctor: https://asciidoctor.org
-:uri-asciidoc: {uri-asciidoctor}/docs/what-is-asciidoc
-:uri-repo: https://github.com/asciidoctor/asciidoctor
+:url-asciidoctor: https://asciidoctor.org
+:url-asciidoc: https://docs.asciidoctor.org/asciidoc/latest/
+:url-repo: https://github.com/asciidoctor/asciidoctor
:icons: font
:star: icon:star[role=red]
ifndef::icons[]
:star: &#9733;
endif::[]
-{uri-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {uri-asciidoc}[AsciiDoc] content into HTML 5, DocBook 5, and other formats.
+{url-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {url-asciidoc}[AsciiDoc] content into HTML 5, DocBook 5, and other formats.
This document provides a high-level view of the changes introduced in Asciidoctor by release.
-For an even more detailed look at what has changed, refer to the {uri-repo}/commits/[commit history] on GitHub.
+For an even more detailed look at what has changed, refer to the {url-repo}/commits/[commit history] on GitHub.
This project utilizes semantic versioning.