From f53fe41db559da5dcd3b2a1cd30df0bb60059b7d Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 18 Aug 2017 14:50:15 -0500 Subject: [PATCH] Fix urls to example apps --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 8a34355..3710c07 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -49,4 +49,4 @@ describe('your-plugin', () => { }); ``` -A good testing example from [update-docs](github.com/behaviorbot/update-docs) can be found [here](https://github.com/behaviorbot/update-docs/blob/master/test/index.js), and another one from [owners](github.com/probot/owners) can be found [here](https://github.com/probot/owners/blob/master/test/owner-notifier.js). +A good testing example from [update-docs](https://github.com/behaviorbot/update-docs) can be found [here](https://github.com/behaviorbot/update-docs/blob/master/test/index.js), and another one from [owners](https://github.com/probot/owners) can be found [here](https://github.com/probot/owners/blob/master/test/owner-notifier.js).