From 30b3ad86c01e8ad0b560e4afe4a45081987808ae Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Mon, 6 Jan 2020 12:43:23 -0500 Subject: [PATCH] Use proper Envoy link (#6298) --- .../en/blog/2019/monitoring-external-service-traffic/index.md | 2 +- .../zh/blog/2019/monitoring-external-service-traffic/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/2019/monitoring-external-service-traffic/index.md b/content/en/blog/2019/monitoring-external-service-traffic/index.md index 0ccb8d1dc3..856e47fa2b 100644 --- a/content/en/blog/2019/monitoring-external-service-traffic/index.md +++ b/content/en/blog/2019/monitoring-external-service-traffic/index.md @@ -98,7 +98,7 @@ This is where the BlackHole and Passthrough clusters are used. } {{< /text >}} - The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route.proto) + The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#envoy-api-field-route-route-direct-response) with `502` response code which means if no other routes match the Envoy proxy will directly return a `502` HTTP status code. diff --git a/content/zh/blog/2019/monitoring-external-service-traffic/index.md b/content/zh/blog/2019/monitoring-external-service-traffic/index.md index 878022ff8c..f6b54b9c49 100644 --- a/content/zh/blog/2019/monitoring-external-service-traffic/index.md +++ b/content/zh/blog/2019/monitoring-external-service-traffic/index.md @@ -98,7 +98,7 @@ This is where the BlackHole and Passthrough clusters are used. } {{< /text >}} - The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route.proto) + The route is setup as [direct response](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route_components.proto#envoy-api-field-route-route-direct-response) with `502` response code which means if no other routes match the Envoy proxy will directly return a `502` HTTP status code.