Skip to content

Commit 229edb1

Browse files
committed
Fix links in 4.2.0 release notes
1 parent 77e73de commit 229edb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/4.2.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ RabbitMQ 4.2.0 is a new feature release.
1010
Incoming and outgoing messages can now be intercepted on the broker.
1111
This works for AMQP 1.0, AMQP 0.9.1, and MQTT.
1212

13-
What the interceptor does is entirely up to its implementation - it can validate message metadata, add annotations, or perform arbitrary side effects.
14-
Custom interceptors can be developed and integrated via [plugins](./plugins).
13+
What the interceptor does is entirely up to its implementation, for example it can validate message metadata, add annotations, or perform arbitrary side effects.
14+
Custom interceptors can be developed and integrated via [plugins](https://www.rabbitmq.com/docs/next/plugins).
1515

1616
Two new optional built-in interceptors were added to RabbitMQ:
1717
1. Timestamps for outgoing messages
1818
2. Setting client ID of publishing MQTT client
1919

20-
Detailed information can be found in the [Message Interceptor](https://www.rabbitmq.com/docs/next/message-inteceptor) documentation.
20+
Detailed information can be found in the [Message Interceptor](https://www.rabbitmq.com/docs/next/message-interceptors) documentation.

0 commit comments

Comments
 (0)