This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
The following commit(s) were added to refs/heads/dubbo3 by this push:
new 6867985 Update README.md
6867985 is described below
commit 6867985f3f8c23f1b7fd71d76c51eb72aff3c3ce
Author: Ken Liu <[email protected]>
AuthorDate: Fri Sep 8 14:28:32 2023 +0800
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6b26698..8e96860 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ observability, security, tools, and best practices for building
enterprise-ready
Dubbo-js is the TypeScript implementation of [Dubbo triple protocol (a fully
gRPC compatible and http friendly
protocol)](https://dubbo.apache.org/zh-cn/overview/reference/protocols/triple-spec/),
which can be used for Node.js and web application development. With dubbo-js,
you can easily build applications working on browser and frontend that can
communicate with backend services through http-based protocol.
-* [Node.js
Documentation](https://dubbo.apache.org/zh-cn/overview/mannual/nodejs-sdk/)
-* [Web Documentation](https://dubbo.apache.org/zh-cn/overview/mannual/web-sdk/)
+* [Node.js
Documentation]([https://dubbo.apache.org/zh-cn/overview/mannual/nodejs-sdk/](https://github.com/apache/dubbo-js/blob/dubbo3/example/dubbo-node-example))
+* [Web
Documentation]([https://dubbo.apache.org/zh-cn/overview/mannual/web-sdk/](https://github.com/apache/dubbo-js/blob/dubbo3/example/dubbo-web-example))
## Get Started
The following two demos will guide you on how to create Node.js backend and
web applications using dubbo-js.
@@ -78,4 +78,4 @@ Search Dingding group number and join us: 27690019068
This project is based on
[bufbuild/connect-es](https://github.com/bufbuild/connect-es), an open-source
project released under Apache License v2. Comparing to connect-es, dubbo-js
removed the unused grpc-web and connect protocol, added support for Dubbo
protocol, no-idl programming api and many service governance features.
-We have a announcement in our LICENSE file and keep all license headers of
files come from connect-es unchanged.
\ No newline at end of file
+We have a announcement in our LICENSE file and keep all license headers of
files come from connect-es unchanged.