From 28baff8a81a2700252865f062fee48366f2e492d Mon Sep 17 00:00:00 2001 From: Valeri Rangelov Date: Tue, 15 Nov 2016 17:41:13 +0200 Subject: [PATCH] Fix wrong links in "Testing contributions" Documentation page - What I did While reading build documentation I saw two wrong links and proposed fix. - How I did it First wrong link: I've change the filter from: is:open is:issue label:kind/test -label:status/claimed -label:status/assigned no:assignee to: is:issue is:open Second wrong link: http://docs.docker.com/project/test-and-docs/ points to "Sorry, we can't find that page", I've change it to: --- opensource/ways/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensource/ways/test.md b/opensource/ways/test.md index 821640102e..b6a3251f64 100644 --- a/opensource/ways/test.md +++ b/opensource/ways/test.md @@ -47,6 +47,6 @@ What to look for: # Test code in the Docker -If you are interested in writing or fixing test code for the Docker project, learn about our test infrastructure. +If you are interested in writing or fixing test code for the Docker project, learn about our test infrastructure. -View our open test issues in Docker for something to work on. Or, create one of your own. \ No newline at end of file +View our open test issues in Docker for something to work on. Or, create one of your own.