From 4edcc814be953dd9461189cafbe84b8b0d5b6101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20von=20L=C3=B6wenstein?= Date: Wed, 14 Mar 2018 16:42:47 +0100 Subject: [PATCH] Location of istioctl code changed (#4251) Automatic merge from submit-queue. Location of istioctl code changed --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 767c5bb9136a..078e5f2b3cfd 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ including CA (Certificate Authority), node agent, etc. contains platform-specific code to populate the [abstract service model](https://istio.io/docs/concepts/traffic-management/overview.html), dynamically reconfigure the proxies when the application topology changes, as well as translate -[routing rules](https://istio.io/docs/reference/config/traffic-rules/routing-rules.html) into proxy specific configuration. The -[_istioctl_](https://istio.io/docs/reference/commands/istioctl.html) command line utility is also available in -this directory. +[routing rules](https://istio.io/docs/reference/config/traffic-rules/routing-rules.html) into proxy specific configuration. + - [istioctl](istioctl/). This directory contains code for the +[_istioctl_](https://istio.io/docs/reference/commands/istioctl.html) command line utility. - [mixer](mixer/). This directory contains code to enforce various policies for traffic passing through the proxies, and collect telemetry data from proxies and services. There