asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
617 stars 172 forks source link

(v2.5.x) Fix invalid http://asciidoctor.org references #1198

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Kind of change

Description

What is the goal of this pull request? Port of PR https://github.com/asciidoctor/asciidoctorj/pull/1196, but for branch v2.5.x. From here :point_down:, the same stuff as in the other PR. Fix invalid http://asciidoctor.org references found in docs and JavaDocs.

How does it achieve that?

Are there any alternative ways to implement this?

No.

Are there any implications of this pull request? Anything a user must know?

No.

Issue

Fixes #1195

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

robertpanzer commented 1 year ago

Thanks!