fix link to single header version catch.hpp

This commit is contained in:
Stephen McDowell 2018-06-29 01:32:47 -07:00 committed by Martin Hořeňovský
parent f460a7d8f9
commit ad120965cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
## Getting Catch2 ## Getting Catch2
The simplest way to get Catch2 is to download the latest [single header version](https://raw.githubusercontent.com/CatchOrg/Catch2/master/single_include/catch.hpp). The single header is generated by merging a set of individual headers but it is still just normal source code in a header file. The simplest way to get Catch2 is to download the latest [single header version](https://raw.githubusercontent.com/catchorg/Catch2/master/single_include/catch2/catch.hpp). The single header is generated by merging a set of individual headers but it is still just normal source code in a header file.
Alternative ways of getting Catch2 include using your system package Alternative ways of getting Catch2 include using your system package
manager, or installing it using its CMake package. manager, or installing it using its CMake package.