From a594179dbf63f60a7f7cb02c92ba122c104af76e Mon Sep 17 00:00:00 2001 From: _tnull Date: Wed, 18 Nov 2015 12:15:36 +0100 Subject: [PATCH] Fixed Catch download URL The site http://builds.catch-lib.net seems to be down or *very* slow. The link (https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp) provided in README.md is working, tough. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ce81fb81..21873264 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -1,6 +1,6 @@ # 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 [here](https://raw.githubusercontent.com/philsquared/Catch/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 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.