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:
This commit is contained in:
Valeri Rangelov 2016-11-15 17:41:13 +02:00 committed by GitHub
parent 6ec5958447
commit 28baff8a81
1 changed files with 2 additions and 2 deletions

View File

@ -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 <a href="http://docs.docker.com/project/test-and-docs/" target="_blank">our test infrastructure</a>.
If you are interested in writing or fixing test code for the Docker project, learn about <a href="https://docs.docker.com/opensource/project/test-and-docs/" target="_blank">our test infrastructure</a>.
View <a href="http://goo.gl/EkyABb" target="_blank"> our open test issues</a> in Docker for something to work on. Or, create one of your own.
View <a href="https://goo.gl/JWuQPJ" target="_blank"> our open test issues</a> in Docker for something to work on. Or, create one of your own.