diff --git a/testing-samples/test-embedded-kafka/README.adoc b/testing-samples/test-embedded-kafka/README.adoc index ee91845..4485735 100644 --- a/testing-samples/test-embedded-kafka/README.adoc +++ b/testing-samples/test-embedded-kafka/README.adoc @@ -17,7 +17,7 @@ This sample is a Spring Boot application that uses Spring Cloud Stream to receiv * EmbeddedKafkaApplicationTests - the test case The `spring-kafka-test` dependency added to the `pom.xml` puts the `EmbeddedKafkaBroker` class on the class path. -Refer to the [Spring for Apache Kafka Reference Manual](https://docs.spring.io/spring-kafka/reference/htmlsingle/#testing) for more information about this. +Refer to the https://docs.spring.io/spring-kafka/reference/html/#testing[Spring for Apache Kafka Reference Manual] for more information about this. See the test method for the details on interacting with Embedded Kafka. The test method starts by sending a message to the input destination.