Fix links in Spring Kafka section of ref guide

Spring for Apache Kafka recently moved to Antora docs which in turn
modified the base url slightly. This commmit adjusts for the move.

See gh-37987
This commit is contained in:
Chris Bono
2023-10-21 13:45:50 -05:00
committed by Moritz Halbritter
parent 9469327f04
commit 1571097048
3 changed files with 3 additions and 3 deletions

View File

@@ -968,7 +968,7 @@ Metrics are published under the `spring.integration.` meter name.
==== Kafka Metrics
Auto-configuration registers a `MicrometerConsumerListener` and `MicrometerProducerListener` for the auto-configured consumer factory and producer factory, respectively.
It also registers a `KafkaStreamsMicrometerListener` for `StreamsBuilderFactoryBean`.
For more detail, see the {spring-kafka-docs}#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.
For more detail, see the {spring-kafka-docs}kafka/micrometer.html#micrometer-native[Micrometer Native Metrics] section of the Spring Kafka documentation.