You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/23 13:32:21 UTC

[dubbo-website] branch master updated: Fix doc extensibility (#981)

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

albumenj 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 ec83548  Fix doc extensibility (#981)
ec83548 is described below

commit ec835480167dc1ba86b7fdaee9c206d8daa94061
Author: Lay <gu...@geeweb.cn>
AuthorDate: Sat Oct 23 21:32:12 2021 +0800

    Fix doc extensibility (#981)
---
 content/zh/docs/concepts/extensibility.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/concepts/extensibility.md b/content/zh/docs/concepts/extensibility.md
index 2923d72..4b3f5f6 100644
--- a/content/zh/docs/concepts/extensibility.md
+++ b/content/zh/docs/concepts/extensibility.md
@@ -64,7 +64,7 @@ Dubbo 加载扩展的整个流程如下:
 
 (1) 在协议的实现 jar 包内放置文本文件:META-INF/dubbo/org.apache.dubbo.remoting.api.WireProtocol
 ```text
-tri=org.apache.dubbo.remoting.api.WireProtocol
+tri=org.apache.dubbo.rpc.protocol.tri.TripleHttp2Protocol
 ```
 
 (2) 实现类内容