Fix urls to example apps

This commit is contained in:
Brandon Keepers
2017-08-18 14:50:15 -05:00
committed by GitHub
parent 4abd2f6d81
commit f53fe41db5

View File

@@ -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).