You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2023/02/10 00:49:02 UTC

[pulsar-site] branch main updated: Fix markdown link for NEXT version

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

tison 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 2cd8d7c54d8 Fix markdown link for NEXT version
2cd8d7c54d8 is described below

commit 2cd8d7c54d80c98c4e5c4a26843bc9a63fce7d38
Author: tison <wa...@gmail.com>
AuthorDate: Fri Feb 10 08:48:58 2023 +0800

    Fix markdown link for NEXT version
---
 docs/security-overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/security-overview.md b/docs/security-overview.md
index a5b88c21a38..7e53d63ef52 100644
--- a/docs/security-overview.md
+++ b/docs/security-overview.md
@@ -59,7 +59,7 @@ When you use proxies between clients and brokers, there are two authentication d
   - [JSON Web Token (JWT) authentication](security-jwt.md)
   - [OAuth 2.0 authentication](security-oauth2.md)
   - [HTTP basic authentication](security-basic-auth.md)
-- To customize an authentication plugin, read [extended authentication](security-extending).
+- To customize an authentication plugin, read [extended authentication](security-extending.md).
 
 :::note