fix broken links in e2e-tests.md

This commit is contained in:
toyoda 2019-02-05 11:45:08 +09:00
parent 3f4ad91f45
commit 1ffdb61ca7
1 changed files with 4 additions and 4 deletions

View File

@ -570,8 +570,8 @@ some separate test suites owned by the feature owner(s)
(see [Continuous Integration](#continuous-integration) below). (see [Continuous Integration](#continuous-integration) below).
- `[Conformance]`: Designate that this test is included in the Conformance - `[Conformance]`: Designate that this test is included in the Conformance
test suite for [Conformance Testing](conformance-tests.md). This test must test suite for [Conformance Testing](../sig-architecture/conformance-tests.md). This test must
meet a number of [requirements](conformance-tests.md#conformance-test-requirements) 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. 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 - `[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 ### 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 ## Continuous Integration
@ -759,6 +759,6 @@ metrics that kubernetes provides.
## One More Thing ## 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!** **HAPPY TESTING!**