From ba34a8c58b2556cecbc93a293d05f547880569f8 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Wed, 18 Mar 2020 14:06:38 -0700 Subject: [PATCH] doc: fix link in xds readme to point gRFC (#3466) --- examples/features/xds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/xds/README.md b/examples/features/xds/README.md index 69d75c539..6aabc8bf6 100644 --- a/examples/features/xds/README.md +++ b/examples/features/xds/README.md @@ -18,7 +18,7 @@ This example doesn't include instuctions to setup xDS environment. Please refer to documentation specific for your xDS management server. The client also needs a bootstrap file. See [gRFC -A27](https://github.com/grpc/proposal/pull/170/files#diff-05ea4a5894abbc0261b006741220598cR100) +A27](https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md#xdsclient-and-bootstrap-file) for the bootstrap format. ## The client