From 6365ef1b2abecb5995dadbe6d1af536e0ef63a61 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 4 Nov 2015 11:24:03 -0600 Subject: [PATCH 1/2] Fixed link to contribution page in docs/README.md. Signed-off-by: Christopher Jones Upstream-commit: 836fa1c1e5ef98e498df9da02049255a0e9b3d0d Component: engine --- components/engine/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/README.md b/components/engine/docs/README.md index de40d98864..ff333b3c89 100644 --- a/components/engine/docs/README.md +++ b/components/engine/docs/README.md @@ -39,7 +39,7 @@ on other branches by special arrangement with the Docker maintainers. If you are a new or beginner contributor, we encourage you to read through the [our detailed contributors -guide](who-written-for.md). The guide explains in +guide](http://docs.docker.com/opensource/code/). The guide explains in detail, with examples, how to contribute. If you are an experienced contributor this quickstart should be enough to get you started. From c502ed0cdf06afea3d69f7e81f54195ca5ee48d7 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 5 Nov 2015 09:20:20 -0600 Subject: [PATCH 2/2] Updated link to https. Signed-off-by: Christopher Jones Upstream-commit: f48f850a241fbfbf726b22756227f3fbb0db01a7 Component: engine --- components/engine/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/README.md b/components/engine/docs/README.md index ff333b3c89..108392fd9a 100644 --- a/components/engine/docs/README.md +++ b/components/engine/docs/README.md @@ -39,7 +39,7 @@ on other branches by special arrangement with the Docker maintainers. If you are a new or beginner contributor, we encourage you to read through the [our detailed contributors -guide](http://docs.docker.com/opensource/code/). The guide explains in +guide](https://docs.docker.com/opensource/code/). The guide explains in detail, with examples, how to contribute. If you are an experienced contributor this quickstart should be enough to get you started.