This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 805eba79338 [fix][doc] Fix 404 in security-tls-transport.md (#16897)
805eba79338 is described below
commit 805eba79338aadd99ecd1a12b8a90b3e272d67c1
Author: Zike Yang <[email protected]>
AuthorDate: Mon Aug 8 11:17:38 2022 +0800
[fix][doc] Fix 404 in security-tls-transport.md (#16897)
---
site2/docs/security-tls-transport.md | 2 +-
site2/website/versioned_docs/version-2.10.1/security-tls-transport.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site2/docs/security-tls-transport.md
b/site2/docs/security-tls-transport.md
index 7f127f38a21..f25898c47e0 100644
--- a/site2/docs/security-tls-transport.md
+++ b/site2/docs/security-tls-transport.md
@@ -46,7 +46,7 @@ Follow the guide below to set up a certificate authority. You
can also refer to
mkdir my-ca
cd my-ca
-wget
https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget
https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
export CA_HOME=$(pwd)
```
diff --git
a/site2/website/versioned_docs/version-2.10.1/security-tls-transport.md
b/site2/website/versioned_docs/version-2.10.1/security-tls-transport.md
index 72bd0ae422c..c3fc81e7393 100644
--- a/site2/website/versioned_docs/version-2.10.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.10.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You
can also refer to
mkdir my-ca
cd my-ca
-wget
https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget
https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
export CA_HOME=$(pwd)
```