From 007035bbf074b67a5ccb0bf10bd13197d58e7606 Mon Sep 17 00:00:00 2001 From: flyqie Date: Tue, 22 Aug 2023 01:08:45 +0800 Subject: [PATCH] fix: Go example url error in Wait-for-Ready documentation page (#1179) --- content/en/docs/guides/wait-for-ready.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/guides/wait-for-ready.md b/content/en/docs/guides/wait-for-ready.md index 7817d0d..67fc225 100644 --- a/content/en/docs/guides/wait-for-ready.md +++ b/content/en/docs/guides/wait-for-ready.md @@ -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