Skip to content

Commit 58eabc8

Browse files
committed
Merge pull request spring-projects#30674 from chanhyeong
* pr/30674: Polish "Fix incorrect link in kafka.adoc" Fix incorrect link in kafka.adoc Closes spring-projectsgh-30674
2 parents 9162520 + 57b3cb5 commit 58eabc8

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The former can be configured using `spring.kafka.streams.application-id`, defaul
6767
The latter can be set globally or specifically overridden only for streams.
6868

6969
Several additional properties are available using dedicated properties; other arbitrary Kafka properties can be set using the `spring.kafka.streams.properties` namespace.
70-
See also <<features#messaging.kafka.additional-properties>> for more information.
70+
See also <<messaging#messaging.kafka.additional-properties>> for more information.
7171

7272
To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the following example:
7373

0 commit comments

Comments
 (0)