From 3854c0f989cb101293042d6472586c01c276cd56 Mon Sep 17 00:00:00 2001 From: Ilya Serbis Date: Mon, 3 Apr 2023 07:43:39 +0300 Subject: [PATCH] Update README.adoc fix reference link --- testing-samples/test-embedded-kafka/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.