This is an automated email from the ASF dual-hosted git repository.
robocanic pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new 1e56a0a7 docs: fix broken links in README (#1538)
1e56a0a7 is described below
commit 1e56a0a7c2e8bd7921b7d03159a9f80645486270
Author: xiaobaicai66695 <[email protected]>
AuthorDate: Thu Aug 20 09:09:37 2026 +0800
docs: fix broken links in README (#1538)
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 23641465..04c1d1cb 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The main code repositories of Dubbo Admin include:
- [ui-vue3](./ui-vue3): Implements the **front-end interface** of Dubbo Admin.
- **Dubbo Admin Console**: Implemented in the [app](./app) and [pkg](./pkg)
directories.
- For more details, see the
[app/README](https://github.com/apache/dubbo-admin/blob/develop/app/README.md).
+ For more details, see the [app
directory](https://github.com/apache/dubbo-admin/tree/develop/app).
## Quick Start
@@ -26,14 +26,14 @@ Please refer to
[RoadMap](https://github.com/apache/dubbo-admin/discussions/1300
### Admin UI
- [Vue3](https://vuejs.org/) and [Vite](https://vite.dev/)
-- [ui-vue3/README.md](https://github.com/apache/dubbo-admin/ui-vue3/README.md)
for more detail
+-
[ui-vue3/README.md](https://github.com/apache/dubbo-admin/blob/develop/ui-vue3/README.md)
for more detail
### Admin Server
- Golang, Gin, Kubernetes
--
[docs/server-develop](https://github.com/apache/dubbo-admin/docs/server-develop/README.md)
for more detail
+-
[docs/server-develop](https://github.com/apache/dubbo-admin/blob/develop/docs/server-develop.md)
for more detail
### Other Information
Refer to
[CONTRIBUTING.md](https://github.com/apache/dubbo-admin/blob/develop/CONTRIBUTING.md)
## License
-Apache License 2.0, see
[LICENSE](https://github.com/apache/dubbo-admin/blob/develop/LICENSE).
\ No newline at end of file
+Apache License 2.0, see
[LICENSE](https://github.com/apache/dubbo-admin/blob/develop/LICENSE).