From 3695094224e96307cfd08ab72e52473e7bfcca1f Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 28 Jul 2016 13:16:14 +0300 Subject: [PATCH] Weave links fixes Updated links referring to weave documentation. --- docs/admin/networking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/networking.md b/docs/admin/networking.md index 3557d7da49..b4502f5ad7 100644 --- a/docs/admin/networking.md +++ b/docs/admin/networking.md @@ -156,9 +156,9 @@ Lars Kellogg-Stedman. ### Weave Net from Weaveworks -[Weave Net](https://www.weave.works/documentation/net-1-5-0-introducing-weave/) is a +[Weave Net](https://www.weave.works/documentation/net-1-6-0-introducing-weave/) is a resilient and simple to use network for Kubernetes and its hosted applications. -Weave Net runs as a [CNI plug-in](https://www.weave.works/documentation/net-1-5-0-cni-plugin/) +Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-plugin/) or stand-alone. In either version, it doesn’t require any configuration or extra code to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.