Skip to content

Commit 28baff8

Browse files
authored
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:
1 parent 6ec5958 commit 28baff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opensource/ways/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ What to look for:
4747

4848
# Test code in the Docker
4949

50-
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>.
50+
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>.
5151

52-
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.
52+
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.

0 commit comments

Comments
 (0)