Skip to content

Commit 6b1d9dd

Browse files
committed
fix typo and update link
1 parent d2b3b67 commit 6b1d9dd

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge the
1616

1717
![dubbo go extend](https://dubbogo.github.io/img/doc/dubbo-go3.0-arch.jpg)
1818

19-
Dubbo-go has been implemented most layers of Dubbo, like protocol layer, registry layer, etc. An extension module is applied to Dubbo-go in order to achieve a more flexible architecture. Developers are allowed to implement a customized layer conformed to the layer interface and use then in Dubbo-go via `extension.Set` method without modifying the source code.
19+
Dubbo-go has been implemented most layers of Dubbo, like protocol layer, registry layer, etc. An extension module is applied to Dubbo-go in order to achieve a more flexible architecture. Developers are allowed to implement a customized layer conformed to the layer interface and use them in Dubbo-go via `extension.Set` method without modifying the source code.
2020

2121
## Features
2222

@@ -36,7 +36,7 @@ The features that are available for Dubbo-go are:
3636
- **Monitor**: Opentracing API, [Prometheus](https://github.com/apache/dubbo-go/pull/342)
3737
- **Tracing**: [For JsonRPC](https://github.com/apache/dubbo-go/pull/335), [For Dubbo](https://github.com/apache/dubbo-go/pull/344), [For gRPC](https://github.com/apache/dubbo-go/pull/397)
3838
- **Metadata Center**: [Nacos(Local)](https://github.com/apache/dubbo-go/pull/522), [ZooKeeper(Local)](https://github.com/apache/dubbo-go/pull/633), [etcd(Local)](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go), [Consul(Local)](https://github.com/apache/dubbo-go/pull/633), [ZooKeeper(Remoting)](https://github.com/apache/dubbo-go/pull/1161)
39-
- **Tool**: [Dubbo-go-cli](https://github.com/apache/dubbo-go/pull/818)
39+
- **Tool**: [Dubbo-go-cli](https://github.com/dubbogo/tools)
4040

4141
## Getting started
4242

Diff for: doc/pic/arch/dubbo-go-arch.png

-186 KB
Binary file not shown.

Diff for: doc/pic/arch/dubbo-go-ext.png

-190 KB
Binary file not shown.

Diff for: doc/pic/misc/dubbogo-dingding.png

-39 KB
Binary file not shown.

Diff for: doc/pic/misc/dubbogo-wechat.png

-15.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)