Skip to content

Commit bfab102

Browse files
committed
ARTEMIS-5807: simplify xref, remove anchor that no longer exists
1 parent d8004df commit bfab102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user-manual/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on server configuration files see xref:configuration-index.
5353

5454
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.
5555

56-
Read more about xref:embedding-artemis.adoc#embedding-{project-name-full-url}[embedding a broker].
56+
Read more about xref:embedding-artemis.adoc[embedding a broker].
5757

5858
== Integrated with a Java/Jakarta EE application server
5959

docs/user-manual/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ image::images/artemis_text_black_small.png[align="center"]
138138
* xref:graceful-shutdown.adoc#graceful-server-shutdown[Graceful Server Shutdown]
139139
* xref:web-server.adoc#embedded-web-server[Configuring & Managing the Embedded Web Server]
140140
* xref:logging.adoc#logging[Logging]
141-
* xref:embedding-artemis.adoc#embedding-{project-name-full-url}[Embedding {project-name-full}]
141+
* xref:embedding-artemis.adoc[Embedding {project-name-full}]
142142
* xref:karaf.adoc#apache-karaf-integration[Apache Karaf Integration]
143143
* xref:tomcat.adoc#apache-tomcat-support[Apache Tomcat Support]
144144
* xref:cdi-integration.adoc#cdi-integration[CDI Integration]

0 commit comments

Comments
 (0)