From ecc59c9e9af87e946692f8269c3296546a424f0c Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Sat, 31 Jan 2015 10:09:45 -0500 Subject: [PATCH] fix project url in readme to point to the correct location, https://github.com/docker/docker/tree/master/project Signed-off-by: Bradley Cicenas Upstream-commit: 267b56bd337475dab23add65f984dc2f1f93b897 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index b4c0276f5a..2ef78b78ce 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -199,7 +199,7 @@ How the project is run ====================== Docker is a very, very active project. If you want to learn more about how it is run, -or want to get more involved, the best place to start is [the project directory](https://github.com/docker/docker/tree/project). +or want to get more involved, the best place to start is [the project directory](https://github.com/docker/docker/tree/master/project). We are always open to suggestions on process improvements, and are always looking for more maintainers.