From dda05ff6885973e08e29b1e31c8dceeb187ee0a8 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 23 May 2017 20:29:37 -0700 Subject: [PATCH] make release a link to releases (#328) --- _docs/reference/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/reference/release-notes.md b/_docs/reference/release-notes.md index 8c8c4edbdc..79c36c23b9 100644 --- a/_docs/reference/release-notes.md +++ b/_docs/reference/release-notes.md @@ -10,7 +10,7 @@ type: markdown ## Istio 0.1 -Istio 0.1 is the initial release of Istio. It works in a single Kubernetes cluster and supports the following features: +Istio 0.1 is the initial [release](https://github.com/istio/istio/releases) of Istio. It works in a single Kubernetes cluster and supports the following features: - Installation of Istio into a Kubernetes namespace with a single command. - Semi-automated injection of Envoy proxies into Kubernetes pods. - Automatic traffic capture for Kubernetes pods using iptables.