Skip to content

Commit ddd093f

Browse files
onobcmhalbritter
authored andcommitted
Fix links in Spring Pulsar section of ref guide
Spring for Apache Pulsar recently moved to Antora docs which in turn modified the base url slightly. This commmit adjusts for the move. See gh-37986
1 parent 854adba commit ddd093f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
:spring-integration: https://spring.io/projects/spring-integration
9191
:spring-integration-docs: https://docs.spring.io/spring-integration/reference/{spring-integration-version}/
9292
:spring-kafka-docs: https://docs.spring.io/spring-kafka/docs/{spring-kafka-version}/reference/
93-
:spring-pulsar-docs: https://docs.spring.io/spring-pulsar/docs/{spring-pulsar-version}/reference/html/
93+
:spring-pulsar-docs: https://docs.spring.io/spring-pulsar/docs/{spring-pulsar-version}/reference/
9494
:spring-restdocs: https://spring.io/projects/spring-restdocs
9595
:spring-security: https://spring.io/projects/spring-security
9696
:spring-security-docs: https://docs.spring.io/spring-security/reference/{spring-security-version}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ If you use other forms, such as `issuerurl` or `issuer-url`, the setting will no
5757
[[messaging.pulsar.connecting.ssl]]
5858
==== SSL
5959
By default, Pulsar clients communicate with Pulsar services in plain text.
60-
You can follow {spring-pulsar-docs}#tls-encryption[these steps] in the Spring for Apache Pulsar reference documentation to enable TLS encryption.
60+
You can follow {spring-pulsar-docs}reference/pulsar.html#tls-encryption[these steps] in the Spring for Apache Pulsar reference documentation to enable TLS encryption.
6161

62-
For complete details on the client and authentication see the Spring for Apache Pulsar {spring-pulsar-docs}#pulsar-client[reference documentation].
62+
For complete details on the client and authentication see the Spring for Apache Pulsar {spring-pulsar-docs}reference/pulsar.html#pulsar-client[reference documentation].
6363

6464

6565

@@ -85,7 +85,7 @@ If you need more control over the configuration, consider registering one or mor
8585
[[messaging.pulsar.admin.auth]]
8686
==== Authentication
8787
When accessing a Pulsar cluster that requires authentication, the admin client requires the same security configuration as the regular Pulsar client.
88-
You can use the aforementioned <<pulsar.adoc#messaging.pulsar.connecting.auth,authentication configuration>> by replacing `spring.pulsar.client.authentication` with `spring.pulsar.admin.authentication`.
88+
You can use the aforementioned <<messaging.pulsar.connecting.auth,authentication configuration>> by replacing `spring.pulsar.client.authentication` with `spring.pulsar.admin.authentication`.
8989

9090
TIP: To create a topic on startup, add a bean of type `PulsarTopic`.
9191
If the topic already exists, the bean is ignored.

0 commit comments

Comments
 (0)