Skip to content

Commit

Permalink
fix broken refs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Zuercher <[email protected]>
  • Loading branch information
zuercher committed Mar 8, 2018
1 parent b95f239 commit 30a75e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions envoy/api/v2/route/route.proto
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ message VirtualHost {
repeated core.HeaderValueOption response_headers_to_add = 10;

// Specifies a list of HTTP headers that should be removed from each response
// handle by this virtual host.
// handled by this virtual host.
repeated string response_headers_to_remove = 11;

// Indicates that the virtual host has a CORS policy.
Expand Down Expand Up @@ -168,7 +168,7 @@ message WeightedCluster {
// Headers specified at this level are applied before headers from the enclosing
// :ref:`envoy_api_msg_route.RouteAction`,
// :ref:`envoy_api_msg_route.VirtualHost`, and
// :ref:`envoy_api_msg_route.RouteConfiguration`. For more information, including details on
// :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
// header value syntax, see the documentation on :ref:`custom request headers
// <config_http_conn_man_headers_custom_request_headers>`.
repeated core.HeaderValueOption request_headers_to_add = 4;
Expand All @@ -178,7 +178,7 @@ message WeightedCluster {
// Headers specified at this level are applied before headers from the enclosing
// :ref:`envoy_api_msg_route.RouteAction`,
// :ref:`envoy_api_msg_route.VirtualHost`, and
// :ref:`envoy_api_msg_route.RouteConfiguration`. For more information, including details on
// :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
// header value syntax, see the documentation on :ref:`custom request headers
// <config_http_conn_man_headers_custom_request_headers>`.
repeated core.HeaderValueOption response_headers_to_add = 5;
Expand Down

0 comments on commit 30a75e0

Please sign in to comment.