From da5c7a98278dcd237392e1edcccacfde41df5708 Mon Sep 17 00:00:00 2001 From: Alan Robertson Date: Fri, 6 Apr 2018 07:51:37 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b0d743..f1d0c7cd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We like to have a reasonable number of things in the build environment. - pkg-config (even for Windows) - http://www.freedesktop.org/wiki/Software/pkg-config - valgrind - The 'C' level tests use it - http://valgrind.org/ - Testify - testing framework from Yelp - https://github.com/Yelp/Testify (pip install testify) -- doxygen (for documentation) - http://doxygen.org/ +- doxygen (for documentation) - http://doxygen.org/. The current documentation can be found [here](https://codedocs.xyz/assimilation/assimilation-official/). - dot (for doxygen graphs) - http://www.graphviz.org/ - Ctypesgen ( for the CMA code) http://code.google.com/p/ctypesgen/ (pip install ctypesgen)