From 92da45c32670bb4dbaea57b05619375e7276359c Mon Sep 17 00:00:00 2001 From: xswack Date: Mon, 21 Aug 2017 11:52:32 +0800 Subject: [PATCH] fix bad url in the README file --- cluster/juju/bundles/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/juju/bundles/README.md b/cluster/juju/bundles/README.md index 11fca3f5986..b56a40df4a4 100644 --- a/cluster/juju/bundles/README.md +++ b/cluster/juju/bundles/README.md @@ -59,7 +59,7 @@ Now you should have a running Kubernetes. Run `juju status For further reading on [Juju Quickstart](https://pypi.python.org/pypi/juju-quickstart) -Go to the [Getting started with Juju guide](https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/juju.md) +Go to the [Getting started with Juju guide](https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/#setting-up-kubernetes-with-juju) for more information about deploying a development Kubernetes cluster. ### Using the Kubernetes Client @@ -178,7 +178,7 @@ github. git clone https://github.com/kubernetes/kubernetes.git -Go to the [Getting started with Juju guide](https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/juju.md) +Go to the [Getting started with Juju guide](https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/#setting-up-kubernetes-with-juju) for more information about the bundle or charms. ## How to contribute