Skip to content

Commit

Permalink
Fix a comment. (istio#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid committed Dec 17, 2018
1 parent 80aff01 commit 6c1f299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion networking/v1alpha3/destination_rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ message Subset {

// Load balancing policies to apply for a specific destination. See Envoy's
// load balancing
// [documentation](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing.html)
// [documentation](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing/load_balancing)
// for more details.
//
// For example, the following rule uses a round robin load balancing policy
Expand Down
2 changes: 1 addition & 1 deletion networking/v1alpha3/istio.networking.v1alpha3.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ <h2 id="LoadBalancerSettings">LoadBalancerSettings</h2>
<section>
<p>Load balancing policies to apply for a specific destination. See Envoy&rsquo;s
load balancing
<a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing.html">documentation</a>
<a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/load_balancing/load_balancing">documentation</a>
for more details.</p>

<p>For example, the following rule uses a round robin load balancing policy
Expand Down

0 comments on commit 6c1f299

Please sign in to comment.