From 736ae58b777a8bcd02fd5306250a09a04abbae55 Mon Sep 17 00:00:00 2001 From: Ramon Buckland Date: Sat, 19 Mar 2016 21:30:38 +1100 Subject: [PATCH] Update to have correct download URLs --- docs/tutorial.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 0fdaff9b..cc1f09bb 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -1,9 +1,10 @@ # Getting Catch -The simplest way to get Catch is to download the single header version from [http://builds.catch-lib.net](http://builds.catch-lib.net). Don't be put off by the word "builds" there. 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 Catch is to download the single header version from [https://raw.githubusercontent.com/.../catch.hpp](https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp). -The full source for Catch, including test projects, documentation, and other things, is hosted on GitHub. [http://catch-lib.net](http://catch-lib.net) will redirect you there. +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 full source for Catch, including test projects, documentation, and other things, is hosted on Github [philsquared/Catch](https://github.com/philsquared/Catch) ## Where to put it?