diff options
| author | Maria Nita <maria.nita.dn@gmail.com> | 2014-11-11 17:21:38 +0100 |
|---|---|---|
| committer | Maria Nita <maria.nita.dn@gmail.com> | 2014-11-11 17:30:32 +0100 |
| commit | e60fd03ae144559d597553de28f391c27ad50a4c (patch) | |
| tree | 1ba5104f544729abc3835b6248f882d61a2d8b8f /development.md | |
| parent | 3306aecc13331d26f59b36e282278707769d1f90 (diff) | |
Update path to files in development doc
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 715ccb8f..220c9371 100644 --- a/development.md +++ b/development.md @@ -2,7 +2,7 @@ # 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](../../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 @@ -104,7 +104,7 @@ You need an etcd somewhere in your PATH. To install etcd, run: ``` cd kubernetes -hack/install-etcd.sh +hack/travis/install-etcd.sh sudo ln -s $(pwd)/third_party/etcd/bin/etcd /usr/bin/etcd ``` |
