diff --git a/Catch-for-Objective-C.md b/Catch-for-Objective-C.md index 31ae390..9aad7d8 100644 --- a/Catch-for-Objective-C.md +++ b/Catch-for-Objective-C.md @@ -1,7 +1,7 @@ # What's the CATCH? CATCH stands for C++ Adaptive Test Cases in Headers and is a multi-paradigm unit test framework for C, C++ and Objective-C - coded entirely in headers. -This page is presented from an Objective-C perspective. +This page is presented from an Objective-C perspective. [[For the C++ oriented page see here|https://github.com/philsquared/Catch/wiki]]. ## Why do we need yet another Objective C Unit Test System?