This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new bfab102677 ARTEMIS-5807: simplify xref, remove anchor that no longer 
exists
bfab102677 is described below

commit bfab1026774e20b4c80bd109b2d2651fd27306eb
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Dec 22 11:44:46 2025 +0000

    ARTEMIS-5807: simplify xref, remove anchor that no longer exists
---
 docs/user-manual/architecture.adoc | 2 +-
 docs/user-manual/index.adoc        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/architecture.adoc 
b/docs/user-manual/architecture.adoc
index 69c99a3fbc..6c71fbc564 100644
--- a/docs/user-manual/architecture.adoc
+++ b/docs/user-manual/architecture.adoc
@@ -53,7 +53,7 @@ For more information on server configuration files see 
xref:configuration-index.
 
 The broker is designed as a set of simple POJOs so if you have an application 
that requires messaging functionality internally, but you don't want to expose 
that as an independent, standalone broker, you can directly instantiate and 
embed a broker in your own application.
 
-Read more about 
xref:embedding-artemis.adoc#embedding-{project-name-full-url}[embedding a 
broker].
+Read more about xref:embedding-artemis.adoc[embedding a broker].
 
 == Integrated with a Java/Jakarta EE application server
 
diff --git a/docs/user-manual/index.adoc b/docs/user-manual/index.adoc
index 3eca9fb79a..82a6bcd588 100644
--- a/docs/user-manual/index.adoc
+++ b/docs/user-manual/index.adoc
@@ -138,7 +138,7 @@ image::images/artemis_text_black_small.png[align="center"]
 * xref:graceful-shutdown.adoc#graceful-server-shutdown[Graceful Server 
Shutdown]
 * xref:web-server.adoc#embedded-web-server[Configuring & Managing the Embedded 
Web Server]
 * xref:logging.adoc#logging[Logging]
-* xref:embedding-artemis.adoc#embedding-{project-name-full-url}[Embedding 
{project-name-full}]
+* xref:embedding-artemis.adoc[Embedding {project-name-full}]
 * xref:karaf.adoc#apache-karaf-integration[Apache Karaf Integration]
 * xref:tomcat.adoc#apache-tomcat-support[Apache Tomcat Support]
 * xref:cdi-integration.adoc#cdi-integration[CDI Integration]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to