Skip to content

Commit 158cb42

Browse files
committed
Remove underscores from AF Ref links
Remove underscores from AF Ref links #bug/removal-underscores
1 parent 503f392 commit 158cb42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

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

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

Diff for: docs/extension-guide/modules/ROOT/pages/dlq-spring-config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:navtitle: Configuration of the MongoDB Dead-Letter Queue with Spring
22
= Configuration of the MongoDB Dead-Letter Queue with Spring
33

4-
See xref:axon_framework_ref:events:event-processors/README.adoc#dead-letter-queue[Dead-Letter Queue] for the general information about the Dead-Letter Queue.
4+
See xref:axon-framework-references:events:event-processors/README.adoc#dead-letter-queue[Dead-Letter Queue] for the general information about the Dead-Letter Queue.
55

66
[source,java]
77
----

0 commit comments

Comments
 (0)