Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 36c46a8

Browse files
committed
Fix internal cross reference
Changed syntax and defined an anchor explicitly for the section. The link was broken on the PDF rendering otherwise.
1 parent 571d312 commit 36c46a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ For Maven:
210210
</repositories>
211211
--------
212212

213+
[#versioning]
213214
==== Versioning
214215

215216
Reactor RabbitMQ used https://semver.org/[semantic versioning] from version 1.0 to

src/docs/asciidoc/new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
=== What's new in Reactor RabbitMQ 1.4.1
66

77
* Support exchange-to-exchange binding and unbinding
8-
* Change in link:#_versioning[versioning scheme]: Reactor RabbitMQ does not follow semantic versioning anymore,
8+
* Change in <<versioning,versioning scheme>>: Reactor RabbitMQ does not follow semantic versioning anymore,
99
it uses now a `GENERATION.MAJOR.MINOR` scheme, for consistency with the other Reactor libraries
1010

1111
=== What's new in Reactor RabbitMQ 1.4

0 commit comments

Comments
 (0)