Fix links in weekly report

Signed-off-by: Amir Chaudhry <amir@docker.com>
This commit is contained in:
Amir Chaudhry 2017-03-31 16:42:27 +01:00
parent c77d932321
commit 64eadee5d6

View File

@ -8,7 +8,7 @@ Daniel Finneran @thebsdbox from HPE added support for building vmdk images [#135
We continued to invite people to participate; if you have any suggestions for additional people who are interested please let us know.
Welcome everyone, looking forward to your contributions and working with you. Please open issues on github if you need help, or ask on #moby in the (Docker community slack)[https://community.docker.com/registrations/groups/4316].
Welcome everyone, looking forward to your contributions and working with you. Please open issues on github if you need help, or ask on #moby in the [Docker community slack](https://community.docker.com/registrations/groups/4316).
## Projects
@ -32,7 +32,7 @@ A whole lot more code has been moved to Go code this week; in addition to the hy
change there is to rewrite the very indirect use of `riddler` running in a container that we started using in the old Editions code some months ago to a cleaner way. We plan to use more
image handling code from `containerd` in future for unpacking the root filesystems, as it should make the code much cleaner.
More test code was added by Rolf in [#1363)(https://github.com/docker/moby/pull/1363), for testing the vsock and hvsock code we use a lot in Docker Editions. Dave Tucker (@dave-tucker)
More test code was added by Rolf in [#1363](https://github.com/docker/moby/pull/1363), for testing the vsock and hvsock code we use a lot in Docker Editions. Dave Tucker (@dave-tucker)
from Docker is going to be working on configuring CI to run additional tests [#1336](https://github.com/docker/moby/issues/1336), so we get solid test coverage on different platforms
and can provide CI for projects and new platforms. This includes CI on both cloud and bare metal platforms, and the ability to test with VMs.