From 1061201e88290f0966ca76c7b6294fa917f44888 Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Wed, 2 Oct 2024 14:09:09 +0200 Subject: [PATCH] Remove underscore from link Remove underscore from link #bug/underscore-removal --- README.md | 2 +- docs/extension-guide/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da87d10..c2939ef 100644 --- a/README.md +++ b/README.md @@ -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_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). diff --git a/docs/extension-guide/modules/ROOT/pages/index.adoc b/docs/extension-guide/modules/ROOT/pages/index.adoc index b04a71b..1c7a266 100644 --- a/docs/extension-guide/modules/ROOT/pages/index.adoc +++ b/docs/extension-guide/modules/ROOT/pages/index.adoc @@ -20,7 +20,7 @@ With this instrumentation, we can chain synchronous and asynchronous commands an ---- -The first dependency is xref:axon_framework_ref:ROOT:modules#_axon_tracing_spring_boot_starter[Spring Boot starter for Axon Tracing extension], which is the quickest start in to an extension configuration. +The first dependency is xref:axon-framework-reference:ROOT:modules#_axon_tracing_spring_boot_starter[Spring Boot starter for Axon Tracing extension], which is the quickest start in to an extension configuration. The second dependency is https://www.jaegertracing.io/[Jaeger,window=_blank,role=external] implementation for OpenTracing.