From 73e34fe19e6f2aaa653248a5db54b9fa13af6058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B3mez=20G?= Date: Tue, 2 Jul 2024 09:12:31 +0200 Subject: [PATCH] Updated readme with the links to the library instead of docs.axoniq.io --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d47d365..07ed4a2 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ For more information on anything Axon, please visit our website, [http://axoniq. ## Getting started -The [reference guide](https://docs.axoniq.io) contains a separate chapter for all the extensions. -The JGroups extension description can be found [here](https://docs.axoniq.io/reference-guide/extensions/jgroups). +The [AxonIQ Library](https://library.axoniq.io) contains a section for the guides of all the Axon Framework extensions. +The JGroups extension guide can be found [here](https://library.axoniq.io/home/guides/axon-framework.html). ## Receiving help @@ -32,10 +32,10 @@ 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://docs.axoniq.io/reference-guide/extensions/jgroups) should be your first stop, - as the majority of possible scenarios you might encounter when using Axon should be covered there. +* Checking the [reference guide](https://library.axoniq.io/axon_framework_old_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 file an [issue](https://github.com/AxonIQ/reference-guide/issues) about it for us. + we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26). * There is a [forum](https://discuss.axoniq.io/) to support you in the case the reference guide did not sufficiently answer your question. Axon Framework and Server developers will help out on a best effort basis. Know that any support from contributors on posted question is very much appreciated on the forum.