This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new bce9082e3b repair 404 page links (#11433)
bce9082e3b is described below
commit bce9082e3bad6d574af50e92338b67a19233ca2d
Author: MieAh <[email protected]>
AuthorDate: Sun Feb 5 17:37:16 2023 +0800
repair 404 page links (#11433)
* repair 404 page links
* Remove redundant domain names
Modify the link of admin manual
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1ef84dcdf6..eac2bdcddd 100644
--- a/README.md
+++ b/README.md
@@ -167,10 +167,10 @@ The consumer will print out `hi, dubbo` on the screen.
### Next steps
-* [Your first Dubbo
application](https://dubbo.apache.org/blog/2018/08/07/dubbo-101/) - A 101
tutorial to reveal more details, with the same code above.
-* [Dubbo user
manual](https://dubbo.apache.org/docs/v2.7/user/preface/background/) - How to
use Dubbo and all its features.
-* [Dubbo developer guide](https://dubbo.apache.org/docs/v2.7/dev/build/) - How
to involve in Dubbo development.
-* [Dubbo admin
manual](https://dubbo.apache.org/docs/v2.7/admin/install/provider-demo/) - How
to admin and manage Dubbo services.
+* [Your first Dubbo
application](https://dubbo.apache.org/en/blog/2018/08/07/dubbo-101/) - A 101
tutorial to reveal more details, with the same code above.
+* [Dubbo user manual](https://dubbo.apache.org/en/overview/what/) - How to use
Dubbo and all its features.
+* [Dubbo developer guide](https://dubbo.apache.org/en/docs3-v2/java-sdk/) -
How to involve in Dubbo development.
+* [Dubbo admin manual](https://dubbo.apache.org/en/docs/v2.7/admin/ops/) - How
to admin and manage Dubbo services.
## Building