diff options
| author | David Oppenheimer <davidopp@google.com> | 2015-07-20 00:25:07 -0700 |
|---|---|---|
| committer | David Oppenheimer <davidopp@google.com> | 2015-07-20 00:25:07 -0700 |
| commit | 4ebeb731ad8c73ebd05b63c160c033ced6904505 (patch) | |
| tree | 87d252b96a5ac41584f9e21d4d5966c7ee90da8a /development.md | |
| parent | 56dd6eaed62545a1c1e24067f4ad8c03d8021afd (diff) | |
Absolutize links that leave the docs/ tree to go anywhere other than
to examples/ or back to docs/
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development.md b/development.md index 3ff03fdd..f5233a0e 100644 --- a/development.md +++ b/development.md @@ -35,7 +35,7 @@ Documentation for other releases can be found at # Releases and Official Builds -Official releases are built in Docker containers. Details are [here](../../build/README.md). You can do simple builds and development with just a local Docker installation. If want to build go locally outside of docker, please continue below. +Official releases are built in Docker containers. Details are [here](http://releases.k8s.io/HEAD/build/README.md). You can do simple builds and development with just a local Docker installation. If want to build go locally outside of docker, please continue below. ## Go development environment @@ -324,7 +324,7 @@ The conformance test runs a subset of the e2e-tests against a manually-created c require support for up/push/down and other operations. To run a conformance test, you need to know the IP of the master for your cluster and the authorization arguments to use. The conformance test is intended to run against a cluster at a specific binary release of Kubernetes. -See [conformance-test.sh](../../hack/conformance-test.sh). +See [conformance-test.sh](http://releases.k8s.io/HEAD/hack/conformance-test.sh). ## Testing out flaky tests |
