Browse code

fix project url in readme to point to the correct location, https://github.com/docker/docker/tree/master/project

Signed-off-by: Bradley Cicenas <bradley.cicenas@gmail.com>

Bradley Cicenas authored on 2015/02/01 00:09:45
Showing 1 changed files
... ...
@@ -199,7 +199,7 @@ How the project is run
199 199
 ======================
200 200
 
201 201
 Docker is a very, very active project. If you want to learn more about how it is run,
202
-or want to get more involved, the best place to start is [the project directory](https://github.com/docker/docker/tree/project).
202
+or want to get more involved, the best place to start is [the project directory](https://github.com/docker/docker/tree/master/project).
203 203
 
204 204
 We are always open to suggestions on process improvements, and are always looking for more maintainers.
205 205