Update README.md
diff --git a/README.md b/README.md
index 8e96860..2a8323e 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
 
 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/](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))
+* [Node.js Documentation](https://github.com/apache/dubbo-js/blob/dubbo3/example/dubbo-node-example)
+* [Web Documentation](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.