Added links to open source users page from general pages

This commit is contained in:
Phil Nash 2017-02-10 22:50:40 +00:00
parent 005787f1c5
commit 9a3788d98c
3 changed files with 7 additions and 1 deletions

View File

@ -20,3 +20,4 @@ This documentation comprises these three parts:
## More
* Issues and bugs can be raised on the [Issue tracker on GitHub](https://github.com/philsquared/Catch/issues)
* For discussion or questions please use [the dedicated Google Groups forum](https://groups.google.com/forum/?fromgroups#!forum/catch-forum)
* See [who else is using Catch](docs/opensource-users.md)

View File

@ -17,5 +17,6 @@ Before looking at this material be sure to read the [tutorial](tutorial.md)
Other
* [Why Catch?](why-catch.md)
* [Open Source Projects using Catch](opensource-users.md)
* [Contributing](contributing.md)
* [Release Notes](release-notes.md)
* [Release Notes](release-notes.md)

View File

@ -35,6 +35,10 @@ So what does Catch bring to the party that differentiates it from these? Apart f
* Implement test fixtures using Obj-C classes too (like OCUnit)
* Additional built in matchers that work with Obj-C types (e.g. string matchers)
## Who else is using Catch?
See the list of [open source projects using Catch](opensource-users.md).
See the [tutorial](tutorial.md) to get more of a taste of using CATCH in practice
---