This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-2.11 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 0f9a44e248488a7ac06a581dd7b58b743d1eff64 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) ```
