Skip to content

Commit 9ddf199

Browse files
committed
Link to website AMQP client library page
1 parent b01e114 commit 9ddf199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
image:https://github.com/rabbitmq/rabbitmq-amqp-java-client/actions/workflows/test.yml/badge.svg["Build Status", link="https://github.com/rabbitmq/rabbitmq-amqp-java-client/actions/workflows/test.yml"]
44

5-
This library is part of the https://amqp-client-libraries.rabbitmq-website.pages.dev/client-libraries/amqp-client-libraries[RabbitMQ AMQP 1.0 client libraries].
5+
This library is part of the https://www.rabbitmq.com/client-libraries/amqp-client-libraries[RabbitMQ AMQP 1.0 client libraries].
66
It targets RabbitMQ 4.0 and requires at least Java 11 (Java 21 or more is recommended).
77

88
Please refer to the https://rabbitmq.github.io/rabbitmq-amqp-java-client/stable/htmlsingle/[documentation] to find out more.

src/docs/asciidoc/usage.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ They offer a simple and safe, yet powerful API on top of AMQP 1.0. Applications
88
The libraries also offer advanced features like automatic connection and topology recovery, and connection affinity with queues.
99

1010
The RabbitMQ AMQP 1.0 Java Client is one of these libraries.
11-
This documentation covers only the advanced usage of the library; a https://amqp-client-libraries.rabbitmq-website.pages.dev/client-libraries/amqp-client-libraries[common page on the RabbitMQ website] covers the most common use cases.
11+
This documentation covers only the advanced usage of the library; a https://www.rabbitmq.com/client-libraries/amqp-client-libraries[common page on the RabbitMQ website] covers the most common use cases.
1212

1313
== Advanced Usage
1414

0 commit comments

Comments
 (0)