fix: Go example url error in Wait-for-Ready documentation page (#1179)

This commit is contained in:
flyqie 2023-08-22 01:08:45 +08:00 committed by GitHub
parent 375496713d
commit 007035bbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,6 +102,6 @@ stateDiagram-v2
| Python | [Python example] |
[Java example]: https://github.com/grpc/grpc-java/blob/master/examples/src/main/java/io/grpc/examples/waitforready/WaitForReadyClient.java
[Go example]: https://github.com/grpc/grpc-go/tree/master/examples/features/name_resolving
[Go example]: https://github.com/grpc/grpc-go/tree/master/examples/features/wait_for_ready
[Python example]: https://github.com/grpc/grpc/tree/master/examples/python/wait_for_ready
[grpc doc]: https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md