Skip to content

Commit f826b77

Browse files
committed
Updated reference to AF reference Guide
1 parent e04a471 commit f826b77

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Are you having trouble using the extension?
6767
We'd like to help you out the best we can!
6868
There are a couple of things to consider when you're traversing anything Axon:
6969

70-
* Checking the [reference guide](https://library.axoniq.io/axon_framework_old_ref/) should be your first stop,
70+
* Checking the [reference guide](https://library.axoniq.io/axon_framework_ref/) should be your first stop,
7171
as the majority of possible scenarios you might encounter when using Axon should be covered there.
7272
* If the Reference Guide does not cover a specific topic you would've expected,
7373
we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).

docs/extension-guide/modules/ROOT/pages/commands.adoc

+1-1
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_old_ref:axon-framework-commands:README.adoc[command dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon_framework_ref:axon-framework-commands:README.adoc[command dispatching and handling] logic.
55

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

docs/extension-guide/modules/ROOT/pages/events.adoc

+2-2
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_old_ref:events:README.adoc[event publication and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon_framework_ref:events:README.adoc[event publication and handling] logic.
55

66
== Event upcasters
77

8-
A simplified implementation of the xref:axon_framework_old_ref: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 xref:axon_framework_ref: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:
99

1010
[source,kotlin]
1111
----

docs/extension-guide/modules/ROOT/pages/queries.adoc

+1-1
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_old_ref:queries:README.adoc[query dispatching and handling] logic.
4+
This section describes the additional functionality attached to Axon's xref:axon_framework_ref:queries:README.adoc[query dispatching and handling] logic.
55

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

0 commit comments

Comments
 (0)