Skip to content

Commit

Permalink
Update path to files in development doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maria committed Nov 11, 2014
1 parent 30fcf24 commit 815a821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 815a821

Please sign in to comment.