Skip to content

Commit 64b99ff

Browse files
committed
Fix documentation
- Drop exclamation marks - Remove broken links
1 parent b757f7d commit 64b99ff

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/reference/modules/ROOT/pages/commands.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Commands
22
= Commands
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:axon-framework-commands:index.adoc[command dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's command dispatching and handling logic.
55

66
[[commandgateway]]
77
== `CommandGateway`

docs/reference/modules/ROOT/pages/events.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:navtitle: Events
22
= Events
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:events:index.adoc[event publication and handling] logic.
4+
This section describes the additional functionality attached to Axon's event publication and handling logic.
55

66
== Event upcasters
77

8-
A simplified implementation of the xref:axon-framework-reference:events:event-versioning.adoc#event-upcasting[Single Event Upcaster] is given, which allows for a shorter implementation cycle. Making an upcaster to upcast the `CardIssuedEvent` from revision `0` to `1` can be written as follows:
8+
A simplified implementation of the Single Event Upcaster is given, which allows for a shorter implementation cycle. Making an upcaster to upcast the `CardIssuedEvent` from revision `0` to `1` can be written as follows:
99

1010
[source,kotlin]
1111
----

docs/reference/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ link:https://kotlinlang.org/[Kotlin,window=_blank,role=external] is a programmin
55

66
Some of Axon's API's work perfectly well in Java, but have a rather awkward feel when transitioning over to Kotlin. The goal of the link:https://github.com/AxonFramework/extension-kotlin[Kotlin Extension,window=_blank,role=external] is to remove that awkwardness, by providing link:https://kotlinlang.org/docs/reference/inline-functions.html[inline and reified,window=_blank,role=external] methods of Axon's API.
77

8-
Several solutions are currently given, which can roughly be segregated into the distinct types of messages used by Axon. This thus provides a xref:commands.adoc[], xref:events.adoc[] and xref:queries.adoc[] section on this guide.
8+
Several solutions are currently given, which can roughly be segregated into the distinct types of messages used by Axon. This thus provides a command, events, and queries section on this guide.
99

1010
[NOTE]
1111
.Experimental Release

docs/reference/modules/ROOT/pages/queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Queries
22
= Queries
33

4-
This section describes the additional functionality attached to Axon's xref:axon-framework-reference:queries:index.adoc[query dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's query dispatching and handling logic.
55

66
[[querygateway]]
77
== `QueryGateway`

docs/reference/modules/ROOT/pages/release-notes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For earlier releases, please go to the link:https://legacydocs.axoniq.io/referen
1313

1414
=== _Contributors_
1515

16-
We'd like to thank all the contributors who worked on this release!
16+
We'd like to thank all the contributors who worked on this release.
1717

1818
- link:https://github.com/smcvb[@smcvb]
1919
- link:https://github.com/MateuszNaKodach[@MateuszNaKodach]
@@ -27,7 +27,7 @@ We'd like to thank all the contributors who worked on this release!
2727

2828
=== _Contributors_
2929

30-
We'd like to thank all the contributors who worked on this release!
30+
We'd like to thank all the contributors who worked on this release.
3131

3232
- link:https://github.com/MateuszNaKodach[@MateuszNaKodach]
3333

@@ -40,7 +40,7 @@ We'd like to thank all the contributors who worked on this release!
4040

4141
=== _Contributors_
4242

43-
We'd like to thank all the contributors who worked on this release!
43+
We'd like to thank all the contributors who worked on this release.
4444

4545
- link:https://github.com/MateuszNaKodach[@MateuszNaKodach]
4646

0 commit comments

Comments
 (0)