From b32abf963d8d60117c88fe2dcc66932a94579ac3 Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Thu, 6 Feb 2025 16:24:39 +0100 Subject: [PATCH] Fix broken URLs Fix broken URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a69cef3..755d3b8 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ For more information on anything Axon, please visit our website, [http://axoniq. ## Getting started -The [AxonIQ Library](https://library.axoniq.io) contains a section for the guides of all the Axon Framework extensions. -The Kafka extension guide can be found [here](https://library.axoniq.io/home/guides/axon-framework.html). +The [AxonIQ Docs](https://docs.axoniq.io/home/) contain a section for the guides of all the Axon Framework extensions. +The Kafka extension guide can be found [here](https://docs.axoniq.io/kafka-extension-reference/4.10/). This extension should be regarded as a partial replacement of [Axon Server](https://axoniq.io/product-overview/axon-server), since it only cover the event routing part. @@ -33,7 +33,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-reference/) should be your first stop, +* Checking the [documentation](https://docs.axoniq.io/home/) 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).