Use proper Envoy link (#6298)

This commit is contained in:
Frank Budinsky 2020-01-06 12:43:23 -05:00 committed by GitHub
parent 7e225624b8
commit 30b3ad86c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.