Fix some broken links.

This commit is contained in:
Martin Taillefer 2017-04-17 10:23:06 -07:00
parent b6dd6be167
commit 015fbcb449
5 changed files with 10 additions and 8 deletions

View File

@ -31,7 +31,8 @@ and usage policies across the service mesh and collects telemetry data from
proxies and istio-managed services alike. The Istio proxy extracts request proxies and istio-managed services alike. The Istio proxy extracts request
level attributes that are then evaluated by the mixer. More info on the level attributes that are then evaluated by the mixer. More info on the
attribute extraction and policy evaluation can be found attribute extraction and policy evaluation can be found
[here](../reference/attributes.md). The mixer includes a flexible plugin model enabling [here]({{site.baseurl}}/docs/reference/attribute-vocabulary.html). The mixer
includes a flexible plugin model enabling
it to interface to a variety of host environments and configured backends, it to interface to a variety of host environments and configured backends,
abstracting the proxy and Istio-managed services from these details. abstracting the proxy and Istio-managed services from these details.
@ -46,7 +47,7 @@ of the underlying platform. In addition, [traffic management rules](../reference
(i.e. generic layer-4 rules and layer-7 HTTP/gRPC routing rules) (i.e. generic layer-4 rules and layer-7 HTTP/gRPC routing rules)
can be programmed at runtime via the Istio Manager. can be programmed at runtime via the Istio Manager.
<img src="${{site.baseurl}}/img/arch.svg" alt="The overall architecture of an Istio-based service." /> <img src="{{site.baseurl}}/img/arch.svg" alt="The overall architecture of an Istio-based service." />
{% endcapture %} {% endcapture %}
{% include templates/concept.md %} {% include templates/concept.md %}

View File

@ -30,7 +30,7 @@ determined by the set of attribute producers being used in the deployment. The p
is the proxy, although specialized mixer adapters and services can also introduce attributes. is the proxy, although specialized mixer adapters and services can also introduce attributes.
The common baseline set of attributes available in most Istio deployments is defined The common baseline set of attributes available in most Istio deployments is defined
[here]({{site.baseurl}}/docs/reference/attributes.html). [here]({{site.baseurl}}/docs/reference/attribute-vocabulary.html).
{% endcapture %} {% endcapture %}

View File

@ -72,7 +72,7 @@ To use ...
</pre> </pre>
{% endraw %} {% endraw %}
Here's an example of a published topic that uses the concept template: [TBD]({{site.baseurl}}/docs/concepts/TBD.html) [Here's]({{site.baseurl}}/docs/concepts/mixer.html) an example of a published topic that uses the concept template.
## Task template ## Task template
@ -218,7 +218,7 @@ Here's something interesting about the code you ran in the preceding steps.
</pre> </pre>
{% endraw %} {% endraw %}
Here's an example of a published topic that uses the tutorial template: [TBD]({{site.baseurl}}/docs/tutorials/TBD.html) [Here's]({{site.baseurl}}/docs/tutorials/TBD.html) an example of a published topic that uses the tutorial template.
## Sample template ## Sample template

View File

@ -64,8 +64,9 @@ For example, the topic with title
has filename `tbd.md`. You don't need to put has filename `tbd.md`. You don't need to put
"Istio" in the filename, because "Istio" is already in the "Istio" in the filename, because "Istio" is already in the
URL for the topic, for example: URL for the topic, for example:
```
http://istio.io/docs/tasks/tbd.html http://istio.io/docs/tasks/tbd.html
```
## Updating the front matter ## Updating the front matter

View File

@ -8,7 +8,7 @@ type: markdown
--- ---
Attributes are a central concept used throughout Istio. You can find a description of what attributes are Attributes are a central concept used throughout Istio. You can find a description of what attributes are
and what they are used for [here]({{site.baseurl}}/docs/concepts/attributes.md). and what they are used for [here]({{site.baseurl}}/docs/concepts/attributes.html).
A given Istio deployment has a fixed vocabulary of attributes that it understands. The specific vocabulary is A given Istio deployment has a fixed vocabulary of attributes that it understands. The specific vocabulary is
determined by the set of attribute producers being used in the deployment. The primary attribute producer in Istio determined by the set of attribute producers being used in the deployment. The primary attribute producer in Istio