@@ -19,7 +19,7 @@ import "gogoproto/gogo.proto";
1919
2020// $title: Destination Rule
2121// $description: Configuration affecting load balancing, outlier detection, etc.
22- // $location: https://istio.io/docs/reference/config/networking/v1alpha3/destination-rule .html
22+ // $location: https://istio.io/docs/reference/config/networking/v1alpha3/destination_rule .html
2323
2424// `DestinationRule` defines policies that apply to traffic intended for a
2525// service after routing has occurred. These rules specify configuration
@@ -99,7 +99,7 @@ message DestinationRule {
9999 // REQUIRED. The name of a service from the service registry. Service
100100 // names are looked up from the platform's service registry (e.g.,
101101 // Kubernetes services, Consul services, etc.) and from the hosts
102- // declared by [ServiceEntries](/docs/reference/config/networking/v1alpha3/service-entry /#ServiceEntry). Rules defined for
102+ // declared by [ServiceEntries](/docs/reference/config/networking/v1alpha3/service_entry /#ServiceEntry). Rules defined for
103103 // services that do not exist in the service registry will be ignored.
104104 //
105105 // *Note for Kubernetes users*: When short names are used (e.g. "reviews"
@@ -177,7 +177,7 @@ message TrafficPolicy {
177177
178178// A subset of endpoints of a service. Subsets can be used for scenarios
179179// like A/B testing, or routing to a specific version of a service. Refer
180- // to [VirtualService](/docs/reference/config/networking/v1alpha3/virtual-service /#VirtualService) documentation for examples of using
180+ // to [VirtualService](/docs/reference/config/networking/v1alpha3/virtual_service /#VirtualService) documentation for examples of using
181181// subsets in these scenarios. In addition, traffic policies defined at the
182182// service-level can be overridden at a subset-level. The following rule
183183// uses a round robin load balancing policy for all traffic going to a
0 commit comments