summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-05 09:30:08 -0800
committerGitHub <noreply@github.com>2018-02-05 09:30:08 -0800
commit2c00d9d573de4c2775d6e270c013773f1fae0754 (patch)
tree939307bbabe634aac64c30eff7ce20179acadcf1
parent54f53a804aab1095afb5561f4e526c90bebdd030 (diff)
parentf2a13a4dcfa4f3eb948bfef1160ffb7847e988ff (diff)
Merge pull request #1737 from taoyu27/dev
fix broken link in e2e-tests.md
-rw-r--r--contributors/devel/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 544b546a..4737a4f5 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -595,7 +595,7 @@ any other labels.
As each new release of Kubernetes providers new functionality, the subset of
tests necessary to demonstrate conformance grows with each release. Conformance
is thus considered versioned, with the same backwards compatibility guarantees
-as laid out in [our versioning policy](../design-proposals/versioning.md#supported-releases).
+as laid out in [our versioning policy](/contributors/design-proposals/release/versioning.md#supported-releases-and-component-skew).
Conformance tests for a given version should be run off of the release branch
that corresponds to that version. Thus `v1.2` conformance tests would be run
from the head of the `release-1.2` branch. eg: