Skip to content

Commit f2d07ed

Browse files
committed
Doc: Fix duplicate anchor
Implicit anchor in what's new collides with the streams anchor.
1 parent b55683e commit f2d07ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reference/asciidoc/changes-since-1.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `StreamsBuilderFactoryBean` has been moved from package `...core` to `...con
101101

102102
The `KafkaStreamBrancher` has been introduced for better end-user experience when conditional branches are built on top of `KStream` instance.
103103

104-
See <<kafka-streams>> and <<streams-config>> for more information.
104+
See <<streams-kafka-streams>> and <<streams-config>> for more information.
105105

106106

107107
==== Transactional ID

src/reference/asciidoc/streams.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[kafka-streams]]
1+
[[streams-kafka-streams]]
22
=== Kafka Streams Support
33

44
Starting with version 1.1.4, Spring for Apache Kafka provides first-class support for https://kafka.apache.org/documentation/streams[Kafka Streams].

0 commit comments

Comments
 (0)