This is an automated email from the ASF dual-hosted git repository.

junma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b114cb56c9 update reference link for 2.11.x (#458)
0b114cb56c9 is described below

commit 0b114cb56c94f87714669d635c57ca4a8d6dc6bc
Author: Li Li <[email protected]>
AuthorDate: Tue Mar 7 14:13:01 2023 +0800

    update reference link for 2.11.x (#458)
    
    Signed-off-by: Li Li <[email protected]>
---
 versioned_docs/version-2.11.x/administration-pulsar-shell.md | 2 +-
 versioned_docs/version-2.11.x/reference-cli-tools.md         | 2 +-
 versioned_docs/version-2.11.x/security-tls-authentication.md | 4 ++--
 versioned_docs/version-2.11.x/security-tls-transport.md      | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/versioned_docs/version-2.11.x/administration-pulsar-shell.md 
b/versioned_docs/version-2.11.x/administration-pulsar-shell.md
index 13ac3485a5d..bdaa49d92dd 100644
--- a/versioned_docs/version-2.11.x/administration-pulsar-shell.md
+++ b/versioned_docs/version-2.11.x/administration-pulsar-shell.md
@@ -16,7 +16,7 @@ It's great for quickly switching between different clusters, 
and can modify clus
 
 ## Use case
 - Administration: find all the [Admin API](admin-api-overview.md) features 
under the `admin` command.
-- Client: find all the [pulsar-client](https://pulsar.apache.org/reference/) 
features under the `client` command.
+- Client: find all the 
[pulsar-client](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/) 
features under the `client` command.
 
 
 ## Install Pulsar Shell
diff --git a/versioned_docs/version-2.11.x/reference-cli-tools.md 
b/versioned_docs/version-2.11.x/reference-cli-tools.md
index 3c592b19563..b7e3c40711e 100644
--- a/versioned_docs/version-2.11.x/reference-cli-tools.md
+++ b/versioned_docs/version-2.11.x/reference-cli-tools.md
@@ -16,7 +16,7 @@ Pulsar offers several command-line tools that you can use for 
managing Pulsar in
 
 :::tip
 
-For the latest and complete information about command-line tools, including 
commands, flags, descriptions, and more information, see [Pulsar 
Reference](https://pulsar.apache.org/reference).
+For the latest and complete information about command-line tools, including 
commands, flags, descriptions, and more information, see [Pulsar 
Reference](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/).
 
 :::
 
diff --git a/versioned_docs/version-2.11.x/security-tls-authentication.md 
b/versioned_docs/version-2.11.x/security-tls-authentication.md
index 88e3697754a..b0a01614e0a 100644
--- a/versioned_docs/version-2.11.x/security-tls-authentication.md
+++ b/versioned_docs/version-2.11.x/security-tls-authentication.md
@@ -183,7 +183,7 @@ var client = PulsarClient.Builder()
 
 ## Configure mTLS authentication in CLI tools
 
-[Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/), 
[`pulsar-perf`](https://pulsar.apache.org/reference/), and 
[`pulsar-client`](https://pulsar.apache.org/reference/), use the 
`conf/client.conf` config file in a Pulsar installation.
+[Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 
[`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 and 
[`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 use the `conf/client.conf` config file in a Pulsar installation.
 
 To use mTLS authentication with the CLI tools of Pulsar, you need to add the 
following parameters to the `conf/client.conf` file, alongside [the 
configuration to enable mTLS 
encryption](security-tls-transport.md#configure-mtls-encryption-in-cli-tools):
 
@@ -238,7 +238,7 @@ Besides configuring [TLS 
encryption](security-tls-transport.md), you need to con
 
 For example:
 
-1. for [Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/), 
[`pulsar-perf`](https://pulsar.apache.org/reference/), and 
[`pulsar-client`](https://pulsar.apache.org/reference/), set the 
`conf/client.conf` file in a Pulsar installation.
+1. for [Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 
[`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 and 
[`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 set the `conf/client.conf` file in a Pulsar installation.
 
    ```properties
    webServiceUrl=https://broker.example.com:8443/
diff --git a/versioned_docs/version-2.11.x/security-tls-transport.md 
b/versioned_docs/version-2.11.x/security-tls-transport.md
index e4ebff12148..14a04415d39 100644
--- a/versioned_docs/version-2.11.x/security-tls-transport.md
+++ b/versioned_docs/version-2.11.x/security-tls-transport.md
@@ -396,7 +396,7 @@ In addition to the required configurations in the 
`conf/client.conf` file, you n
 
 ### Configure CLI tools
 
-[Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/), 
[`pulsar-perf`](https://pulsar.apache.org/reference/), and 
[`pulsar-client`](https://pulsar.apache.org/reference/) use the 
`conf/client.conf` config file in a Pulsar installation.
+[Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 
[`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 and 
[`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/)
 use the `conf/client.conf` config file in a Pulsar installation.
 
 To use mTLS encryption with Pulsar CLI tools, you need to add the following 
parameters to the `conf/client.conf` file.
 
@@ -575,7 +575,7 @@ If you set `useKeyStoreTls` to `true`, be sure to configure 
`tlsTrustStorePath`.
 
 ### Configure CLI tools
 
-For [Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/), 
[`pulsar-perf`](https://pulsar.apache.org/reference/), and 
[`pulsar-client`](https://pulsar.apache.org/reference/), use the 
`conf/client.conf` config file in a Pulsar installation.
+For [Command-line tools](reference-cli-tools.md) like 
[`pulsar-admin`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 
[`pulsar-perf`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 and 
[`pulsar-client`](https://pulsar.apache.org/reference/#/@pulsar:version_origin@/),
 use the `conf/client.conf` config file in a Pulsar installation.
 
 ```properties
 authPlugin=org.apache.pulsar.client.impl.auth.AuthenticationKeyStoreTls

Reply via email to