You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2021/09/08 03:41:57 UTC

[dubbo-website] branch master updated: fix sample link in advanced/tls.md (#937)

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

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ab5d29e  fix sample link in advanced/tls.md (#937)
ab5d29e is described below

commit ab5d29ed70ab0b76a4a3d19b2a0d3ca02f15d4dc
Author: Wang Chengming <63...@qq.com>
AuthorDate: Wed Sep 8 11:41:52 2021 +0800

    fix sample link in advanced/tls.md (#937)
---
 content/zh/docs/advanced/tls.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/advanced/tls.md b/content/zh/docs/advanced/tls.md
index 6c90042..cf1f615 100644
--- a/content/zh/docs/advanced/tls.md
+++ b/content/zh/docs/advanced/tls.md
@@ -42,7 +42,7 @@ if (!mutualTls) {}
 为尽可能保证应用启动的灵活性,TLS Cert 的指定还能通过 -D 参数或环境变量等方式来在启动阶段根据部署环境动态指定,具体请参见 Dubbo 配置读取规则与 TLS 示例
 
 {{% alert title="提示" color="primary" %}}
-参考 Dubbo [配置读取规则](../../configuration/configuration-load-process),TLS [示例](https://github.com/apache/dubbo-samples/tree/master/java/dubbo-samples-ssl)
+参考 Dubbo [配置读取规则](../../configuration/configuration-load-process),TLS [示例](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-ssl)
 
 如果要使用的是 gRPC 协议,在开启 TLS 时会使用到协议协商机制,因此必须使用支持 ALPN 机制的 Provider,推荐使用的是 netty-tcnative,具体可参见 gRPC Java 社区的[总结]( https://github.com/grpc/grpc-java/blob/master/SECURITY.md)
 {{% /alert %}}