From 1bba62ddf577207e3dbf1f2b5ef11d031dc02cb5 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 7 Sep 2023 16:29:44 -0400 Subject: [PATCH] README cleanup --- .../kafka-streams-interactive-query/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-streams-samples/kafka-streams-interactive-query/README.adoc b/kafka-streams-samples/kafka-streams-interactive-query/README.adoc index 86367d0..641ddaa 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query/README.adoc +++ b/kafka-streams-samples/kafka-streams-interactive-query/README.adoc @@ -22,7 +22,7 @@ To build the app simply execute the following command in the base directory: * Apache Kafka broker available at `localhost:9092` [#kafka_tools] -TIP: The included xref:../../../tools/kafka/docker-compose/README.adoc#run_kafka_cluster[Kafka tools] can be used to easily start a broker at the required coordinates +TIP: The included xref:../../tools/kafka/docker-compose/README.adoc#run_kafka_cluster[Kafka tools] can be used to easily start a broker at the required coordinates **** We will run 2 instances of the app to demonstrate that regardless of which instance hosts the keys, the REST endpoint will serve the requests.