diff --git a/README.md b/README.md index be7be34..47858fb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Numerical-Recipes All header files from numerical recipes in C++. 3rd Edition. Note that all these files are under copyright by their authors. -Check http://numerical.recipes/licenses/ for more information. +Check [http://numerical.recipes/licenses/](https://numerical.recipes/licenseinfo.html) for more information. These files have been modified to actually compile out of the box (under Linux), unlike the many copies of these routines that can be found on Github but fail @@ -50,4 +50,4 @@ https://www.astro.umd.edu/~ricotti/NEWWEB/teaching/ASTR415/InClassExamples/NR3/l You will need cmake (adjust to your version in the first line of the CMakeLists.txt file, if necessary). Then go to the directory containing the CMakeLists.txt file (aka root of the project) and type: cmake . -make \ No newline at end of file +make