Skip to content

Commit

Permalink
Replace old url for AF reference
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Oct 8, 2024
1 parent ba03a35 commit 9556c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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_ref/) should be your first stop,
* Checking the [reference guide](https://library.axoniq.io/axon-framework-reference/) 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/reference/modules/ROOT/pages/reactor-gateways.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class EventPublisher {

== Interceptors

Axon provides a notion of xref:axon_framework_ref:messaging-concepts:message-intercepting.adoc[interceptors]. The Reactor gateways allow for similar interceptor logic, namely the `ReactorMessageDispatchInterceptor` and `ReactorResultHandlerInterceptor`.
Axon provides a notion of xref:axon-framework-reference:messaging-concepts:message-intercepting.adoc[interceptors]. The Reactor gateways allow for similar interceptor logic, namely the `ReactorMessageDispatchInterceptor` and `ReactorResultHandlerInterceptor`.

These interceptors allow us to centrally define rules and filters that will be applied to a message stream.

Expand Down

0 comments on commit 9556c48

Please sign in to comment.