From b66a89311ae62e8208d489801f0a947a38a088cf Mon Sep 17 00:00:00 2001 From: xswack Date: Sat, 19 Aug 2017 18:59:26 +0800 Subject: [PATCH] fix bad url --- cluster/juju/layers/kubernetes-e2e/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/juju/layers/kubernetes-e2e/README.md b/cluster/juju/layers/kubernetes-e2e/README.md index f8bdf59722e..2abaa9ed731 100644 --- a/cluster/juju/layers/kubernetes-e2e/README.md +++ b/cluster/juju/layers/kubernetes-e2e/README.md @@ -83,13 +83,13 @@ To see the different types of tests the Kubernetes end-to-end charm has access to, we encourage you to see the upstream documentation on the different types of tests, and to strongly understand what subsets of the tests you are running. -[Kinds of tests](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/e2e-tests.md#kinds-of-tests) +[Kinds of tests](https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-tests.md#kinds-of-tests) ### More information on end-to-end testing Along with the above descriptions, end-to-end testing is a much larger subject than this readme can encapsulate. There is far more information in the -[end-to-end testing guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/e2e-tests.md). +[end-to-end testing guide](https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-tests.md). ### Evaluating end-to-end results