Copilot commented on code in PR #879: URL: https://github.com/apache/dubbo-go-samples/pull/879#discussion_r2245135766
########## metrics/README_zn.md: ########## @@ -0,0 +1,141 @@ +# dubbo-go 的度量指标 + +这个示例演示了如何在 RPC 框架 dubbo-go 使用度量指标。更详细的说明请参考我们官网的[快速开始](https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/) Review Comment: The URL contains a typo: 'mannual' should be 'manual' ```suggestion 这个示例演示了如何在 RPC 框架 dubbo-go 使用度量指标。更详细的说明请参考我们官网的[快速开始](https://cn.dubbo.apache.org/zh-cn/overview/manual/golang-sdk/quickstart/) ``` ########## metrics/README.md: ########## @@ -1,6 +1,6 @@ # metrics for dubbo-go -This example demonstrates the metrics usage of dubbo-go as an RPC framework. Check [Quick Start][] on our official website for detailed explanation. +This example demonstrates the metrics usage of dubbo-go as an RPC framework. Check [Quick Start](https://cn.dubbo.apache.org/en/overview/mannual/golang-sdk/quickstart/) on our official website for detailed explanation. Review Comment: The URL contains a typo: 'mannual' should be 'manual' ```suggestion This example demonstrates the metrics usage of dubbo-go as an RPC framework. Check [Quick Start](https://cn.dubbo.apache.org/en/overview/manual/golang-sdk/quickstart/) on our official website for detailed explanation. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
