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 <zz@ii.coop>

Mirrored from https://github.com/envoyproxy/envoy @ eff175c9f2bf316358adfa4ab1a9c41fac7243cf
pull/624/head
data-plane-api(Azure Pipelines) 4 years ago
parent 7c59f41108
commit e1cfb4b9b0
  1. 2
      README.md

@ -18,6 +18,6 @@ The API tree can be found at two locations:
* [API style guide](STYLE.md) * [API style guide](STYLE.md)
* [API versioning guide](API_VERSIONING.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) * [xDS protocol overview](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol)
* [Contributing guide](CONTRIBUTING.md) * [Contributing guide](CONTRIBUTING.md)

Loading…
Cancel
Save