mirror of https://github.com/docker/docs.git
Merge pull request #572 from valll94/patch-1
Fix wrong links in "Testing contributions" Documentation page
This commit is contained in:
commit
23e1976ab4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue