This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new fcc6692 [SCB-2346] fix ServiceComb-Service-Center Http API link of
service-center-client README.md is invalid (#2608)
fcc6692 is described below
commit fcc6692f3c4c018aed821ddbe2a395d73aa56e7c
Author: david6969xin <[email protected]>
AuthorDate: Wed Oct 27 13:29:19 2021 +0800
[SCB-2346] fix ServiceComb-Service-Center Http API link of
service-center-client README.md is invalid (#2608)
---
clients/service-center-client/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/service-center-client/README.md
b/clients/service-center-client/README.md
index efa5e38..b3a933b 100644
--- a/clients/service-center-client/README.md
+++ b/clients/service-center-client/README.md
@@ -1,7 +1,7 @@
## ServiceComb-Service-Center Client for Java
Sample Java client for ServiceComb-Service-Center HTTP API.
- If you want more information about the ServiceComb-Service-Center HTTP API,
go
[here](https://github.com/apache/servicecomb-service-center/blob/master/server/core/swagger/v4.yaml).
+ If you want more information about the ServiceComb-Service-Center HTTP API,
go
[here](https://github.com/apache/servicecomb-service-center/blob/master/docs/openapi/v4.yaml).
### Build & Install