From 64eadee5d6ffada08537c7541b47c3fcb763b9e1 Mon Sep 17 00:00:00 2001 From: Amir Chaudhry Date: Fri, 31 Mar 2017 16:42:27 +0100 Subject: [PATCH] Fix links in weekly report Signed-off-by: Amir Chaudhry --- reports/2017-03-26.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reports/2017-03-26.md b/reports/2017-03-26.md index 804bae384..200ca489f 100644 --- a/reports/2017-03-26.md +++ b/reports/2017-03-26.md @@ -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.