From 23d6219accaba3dd19f74702ade5052ddc2ecb40 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 20 Sep 2017 10:15:11 +0200 Subject: [PATCH] Add a few links to GitHub --- website/src/_posts/2017-09-0.19.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/_posts/2017-09-0.19.md b/website/src/_posts/2017-09-0.19.md index 4da42ee4d..54467426d 100644 --- a/website/src/_posts/2017-09-0.19.md +++ b/website/src/_posts/2017-09-0.19.md @@ -9,9 +9,9 @@ Hello! The `0.19` release is mostly about internal fixes, optimizations and refa ## Jest tests -Thanks to our contributer, @richardwillars, and following the example set by Uppy Server, we’ve switched to Jest for Uppy’s unit tests, and added a bunch of new tests as well. +Thanks to our contributer, [@richardwillars](https://github.com/richardwillars), and following the example set by Uppy Server, we’ve [switched to Jest](https://github.com/transloadit/uppy/pull/310) for Uppy’s unit tests, and added a bunch of new tests as well. And even more are being [added](https://github.com/transloadit/uppy/pull/346) as we speak! -Also more tests have been added for Uppy Server. +We're also happy to report that [more tests](https://github.com/transloadit/uppy-server/pull/27) have been added for Uppy Server. ## Dashboard APIs