From e1cfb4b9b066de9caa72fa7b800ef8369188d935 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 11 Mar 2021 17:37:59 +0000 Subject: [PATCH] Docs: replace broken link in api/README.md (#15423) In the api README a link is given for "API overfiew for users" that leads to a 404. It looks to be pointing to a v2_overview page that no longer exists. I replaced this link with the current overview at: https://www.envoyproxy.io/docs/envoy/latest/configuration/overview/overview Signed-off-by: Zach Mandeville Mirrored from https://github.com/envoyproxy/envoy @ eff175c9f2bf316358adfa4ab1a9c41fac7243cf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94fce115..68ce6138 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ The API tree can be found at two locations: * [API style guide](STYLE.md) * [API versioning guide](API_VERSIONING.md) -* [API overview for users](https://www.envoyproxy.io/docs/envoy/latest/configuration/overview/v2_overview#) +* [API overview for users](https://www.envoyproxy.io/docs/envoy/latest/configuration/overview/overview) * [xDS protocol overview](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol) * [Contributing guide](CONTRIBUTING.md)