Skip to content

Commit

Permalink
api: fix extra space in link (#20880)
Browse files Browse the repository at this point in the history
Signed-off-by: Xie Zhihao <[email protected]>
  • Loading branch information
zhxie authored Apr 20, 2022
1 parent 21aceb7 commit 052f94e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// filter state before the matcher is executed by RBAC filter. The state should be saved with key
// `envoy.stream.upstream_address` (See
// :repo:`upstream_address.h<source/common/stream_info/upstream_address.h>`).
// Also, See :repo:`proxy_filter.cc<
// source/extensions/filters/http/dynamic_forward_proxy/proxy_filter.cc>` for an example of a
// filter which populates the FilterState.
// Also, See :repo:`proxy_filter.cc<source/extensions/filters/http/dynamic_forward_proxy/proxy_filter.cc>`
// for an example of a filter which populates the FilterState.
message UpstreamIpPortMatcher {
// A CIDR block that will be used to match the upstream IP.
// Both Ipv4 and Ipv6 ranges can be matched.
Expand Down

0 comments on commit 052f94e

Please sign in to comment.