From 90a0cdd1cbb7a957b750cd4b4dfc3a797de04757 Mon Sep 17 00:00:00 2001 From: Nicolas Janin <30365898+NJdevPro@users.noreply.github.com> Date: Fri, 31 Jul 2026 18:26:17 +0200 Subject: [PATCH] Update license link in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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