david6969xin commented on a change in pull request #260:
URL: https://github.com/apache/servicecomb-docs/pull/260#discussion_r818267501



##########
File path: 
java-chassis-reference/zh_CN/docs/build-consumer/using-resttemplate.md
##########
@@ -61,7 +61,7 @@ public class JaxrsConsumerMain {
 
 > 说明:
 >
-> * 
URL格式为:`cse://microserviceName/path?querystring`。以[用SpringMVC开发微服务](/用SpringMVC开发微服务)中定义的服务提供者为例,其微服务名称是`springmvc`,basePath是`/springmvchello`,那么URL中的microserviceName=`springmvc`,请求sayhi时的path=`springmvchello/sayhi`,所以示例代码中请求sayhi的URL是`cse://springmvc/springmvchello/sayhi?name=Java
 Chassis`。具体代码示例如下 :
+> * 
URL格式为:`cse://microserviceName/path?querystring`。以[用SpringMVC开发微服务](https://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/zh_CN/build-provider/springmvc.html)中定义的服务提供者为例,其微服务名称是`springmvc`,basePath是`/springmvchello`,那么URL中的microserviceName=`springmvc`,请求sayhi时的path=`springmvchello/sayhi`,所以示例代码中请求sayhi的URL是`cse://springmvc/springmvchello/sayhi?name=Java
 Chassis`。具体代码示例如下 :

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to