mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix external site links
The links (for me under firefox/ubunutu at least) try to open files in github rather than the catch-lib site.
This commit is contained in:
parent
4b5e008b20
commit
27a4d7a484
@ -1,8 +1,8 @@
|
||||
# Getting Catch
|
||||
|
||||
The simplest way to get Catch is to download the single header version from [http://builds.catch-lib.net](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 [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 full source for Catch, including test projects, documentation, and other things, is hosted on GitHub. [http://catch-lib.net](catch-lib.net) will redirect you there.
|
||||
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.
|
||||
|
||||
|
||||
## Where to put it?
|
||||
@ -97,4 +97,4 @@ For more specific information see the [Reference pages](reference-index.md)
|
||||
|
||||
---
|
||||
|
||||
[Home](../README.md)
|
||||
[Home](../README.md)
|
||||
|
Loading…
Reference in New Issue
Block a user