fix broken links

This commit is contained in:
Shriram Rajagopalan 2017-05-08 10:20:10 -04:00
parent caab2ad3b0
commit b691649b51
3 changed files with 6 additions and 6 deletions

View File

@ -42,9 +42,9 @@ and prevent localized failures from cascading instability to other nodes.
Istio's traffic management rules allow
operators to set global defaults for failure recovery per
service/version. However, consumers of a service can also override
[timeout]({{home}}/docs/reference/api/proxy-config.html#istio.proxy.v1alpha.config.HTTPTimeout.SimpleTimeoutPolicy)
[timeout]({{home}}/docs/reference/api/traffic-rules/routing-rules.html#istio.proxy.v1.config.HTTPTimeout)
and
[retry]({{home}}/docs/reference/api/proxy-config.html#istio.proxy.v1alpha.config.HTTPRetry.SimpleRetryPolicy)
[retry]({{home}}/docs/reference/api/traffic-rules/routing-rules.html#istio.proxy.v1.config.HTTPRetry)
defaults by providing request-level overrides through special HTTP headers.
With the Envoy proxy implmentation, the headers are "x-envoy-upstream-rq-timeout-ms" and
"x-envoy-max-retries", respectively.

View File

@ -15,7 +15,7 @@ services in the application deployment. The DSL allows the operator to
configure service-level properties such as circuit breakers, timeouts,
retries, as well as set up common continuous deployment tasks such as
canary rollouts, A/B testing, staged rollouts with %-based traffic splits,
etc. See [routing rules reference]({{home}}/docs/reference/api/proxy-config.html) for detailed information.
etc. See [routing rules reference]({{home}}/docs/reference/api/traffic-rules/index.html) for detailed information.
For example, a simple rule to send 100% of incoming traffic for a "reviews"
service to version "v1" can be described using the Rules DSL as
@ -341,7 +341,7 @@ circuitBreaker:
```
The complete set of simple circuit breaker fields can be found
[here]({{home}}/docs/reference/api/proxy-config.html#istio.proxy.v1alpha.config.CircuitBreaker.SimpleCircuitBreakerPolicy).
[here]({{home}}/docs/reference/api/traffic-rules/destination-policies.html#istio.proxy.v1.config.CircuitBreaker).
### Destination Policy evaluation

View File

@ -189,7 +189,7 @@
},
"spec": {
"type": "object",
"description": "Route-Rule or Destination Policy spec schemas can be found here: https://istio.io/docs/reference/api/proxy-config.html"
"description": "Route-Rule or Destination Policy spec schemas can be found here: https://istio.io/docs/reference/api/traffic-rules/"
}
}
},
@ -199,4 +199,4 @@
"type": "string"
}
}
}
}