Skip to content

Commit

Permalink
Updated reference to AF reference Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Jul 19, 2024
1 parent e04a471 commit f826b77
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Are you having trouble using the extension?
We'd like to help you out the best we can!
There are a couple of things to consider when you're traversing anything Axon:

* Checking the [reference guide](https://library.axoniq.io/axon_framework_old_ref/) should be your first stop,
* Checking the [reference guide](https://library.axoniq.io/axon_framework_ref/) should be your first stop,
as the majority of possible scenarios you might encounter when using Axon should be covered there.
* If the Reference Guide does not cover a specific topic you would've expected,
we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).
Expand Down
2 changes: 1 addition & 1 deletion docs/extension-guide/modules/ROOT/pages/commands.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:navtitle: Commands
= Commands

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

[[commandgateway]]
== `CommandGateway`
Expand Down
4 changes: 2 additions & 2 deletions docs/extension-guide/modules/ROOT/pages/events.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
:navtitle: Events
= Events

This section describes the additional functionality attached to Axon's xref:axon_framework_old_ref:events:README.adoc[event publication and handling] logic.
This section describes the additional functionality attached to Axon's xref:axon_framework_ref:events:README.adoc[event publication and handling] logic.

== Event upcasters

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:
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:

[source,kotlin]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/extension-guide/modules/ROOT/pages/queries.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:navtitle: Queries
= Queries

This section describes the additional functionality attached to Axon's xref:axon_framework_old_ref:queries:README.adoc[query dispatching and handling] logic.
This section describes the additional functionality attached to Axon's xref:axon_framework_ref:queries:README.adoc[query dispatching and handling] logic.

[[querygateway]]
== `QueryGateway`
Expand Down

0 comments on commit f826b77

Please sign in to comment.