From 9d93f77392b81c48375da2e7cfe3eb67370f1740 Mon Sep 17 00:00:00 2001 From: Marsh Gardiner Date: Wed, 24 May 2017 13:01:01 -0700 Subject: [PATCH] Fix broken link to concept explanation for Mixer (#337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … was trying to pop one too many parent directories. --- _glossary/mixer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_glossary/mixer.md b/_glossary/mixer.md index 09a187d8af..d1f37763c2 100644 --- a/_glossary/mixer.md +++ b/_glossary/mixer.md @@ -3,4 +3,4 @@ title: Mixer type: markdown --- Mixer is an Istio component responsible for enforcing access control and usage policies across the service mesh and collecting telemetry data -from the Envoy proxy and other services. Learn more about Mixer [here](../../concepts/policy-and-control/mixer.html). +from the Envoy proxy and other services. Learn more about Mixer [here](../concepts/policy-and-control/mixer.html).