summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-04 21:20:19 -0800
committerGitHub <noreply@github.com>2019-02-04 21:20:19 -0800
commit40c7cc99110a2634ab52d0e540eeb5d483bce2e6 (patch)
treec14a52d7e0c0d842418b6f844729cad5a72f5633
parent3f4ad91f45352144cb10b92306f0f852c053af7f (diff)
parent1ffdb61ca77a44a4c4965d9e0e16872b7ac3b3ff (diff)
Merge pull request #3204 from k-toyoda-pi/fix_guide_link
fix broken links in e2e-tests.md
-rw-r--r--contributors/devel/sig-testing/e2e-tests.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/devel/sig-testing/e2e-tests.md b/contributors/devel/sig-testing/e2e-tests.md
index e01a896f..848662fc 100644
--- a/contributors/devel/sig-testing/e2e-tests.md
+++ b/contributors/devel/sig-testing/e2e-tests.md
@@ -570,8 +570,8 @@ some separate test suites owned by the feature owner(s)
(see [Continuous Integration](#continuous-integration) below).
- `[Conformance]`: Designate that this test is included in the Conformance
-test suite for [Conformance Testing](conformance-tests.md). This test must
-meet a number of [requirements](conformance-tests.md#conformance-test-requirements)
+test suite for [Conformance Testing](../sig-architecture/conformance-tests.md). This test must
+meet a number of [requirements](../sig-architecture/conformance-tests.md#conformance-test-requirements)
to be eligible for this tag. This tag does not supersed any other labels.
- `[LinuxOnly]`: If a test is known to be using Linux-specific features
@@ -608,7 +608,7 @@ In time, it is our intent to add or autogenerate a sample viper configuration th
### Conformance tests
-For more information on Conformance tests please see the [Conformance Testing](conformance-tests.md)
+For more information on Conformance tests please see the [Conformance Testing](../sig-architecture/conformance-tests.md)
## Continuous Integration
@@ -759,6 +759,6 @@ metrics that kubernetes provides.
## One More Thing
-You should also know the [testing conventions](../guide/coding-conventions.md#testing-conventions).
+You should also know the [testing conventions](../../guide/coding-conventions.md#testing-conventions).
**HAPPY TESTING!**