Skip to content

Commit 5127e7c

Browse files
Merge pull request #40948 from onobc
* pr/40948: Fix links to Spring Pulsar ref docs Closes gh-40948
2 parents 087789b + 0c1632d commit 5127e7c

File tree

1 file changed

+3
-5
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/messaging

1 file changed

+3
-5
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/messaging/pulsar.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For example, if you want to configure the issuer url for the `AuthenticationOAut
5555
If you use other forms, such as `issuerurl` or `issuer-url`, the setting will not be applied to the plugin.
5656
5757
This lack of relaxed binding also makes using environment variables for authentication parameters problematic because the case sensitivity is lost during translation.
58-
If you use environment variables for the parameters then you will need to follow {url-spring-pulsar-docs}/reference/pulsar.html#client-authentication-env-vars[these steps] in the Spring for Apache Pulsar reference documentation for it to work properly.
58+
If you use environment variables for the parameters then you will need to follow {url-spring-pulsar-docs}/reference/pulsar/pulsar-client.html#client-authentication-env-vars[these steps] in the Spring for Apache Pulsar reference documentation for it to work properly.
5959
====
6060

6161

@@ -64,11 +64,9 @@ If you use environment variables for the parameters then you will need to follow
6464
=== SSL
6565

6666
By default, Pulsar clients communicate with Pulsar services in plain text.
67-
You can follow {url-spring-pulsar-docs}reference/pulsar.html#tls-encryption[these steps] in the Spring for Apache Pulsar reference documentation to enable TLS encryption.
68-
69-
For complete details on the client and authentication see the Spring for Apache Pulsar {url-spring-pulsar-docs}reference/pulsar.html#pulsar-client[reference documentation].
70-
67+
You can follow {url-spring-pulsar-docs}/reference/pulsar/pulsar-client.html#tls-encryption[these steps] in the Spring for Apache Pulsar reference documentation to enable TLS encryption.
7168

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

7371
[[messaging.pulsar.connecting-reactive]]
7472
== Connecting to Pulsar Reactively

0 commit comments

Comments
 (0)