diff --git a/README.adoc b/README.adoc index fab3fc6..bdf2d07 100644 --- a/README.adoc +++ b/README.adoc @@ -92,17 +92,16 @@ For more details on build and running the docker containers link:here[dockerfile There are many CMake tutorials and examples online. The list below includes links to some of these which I have found helpful in my CMake journey. - * http://www.kdab.com/~stephen/moderncmake.pdf[Modern CMake Slides] + * https://web.archive.org/web/20160314094326/https://www.kdab.com/~stephen/moderncmake.pdf[Modern CMake Slides] * https://rix0r.nl/blog/2015/08/13/cmake-guide/[rix0r Modern CMake Blog] * https://cmake.org/cmake-tutorial/[Official CMake Tutorial] - * https://cmake.org/Wiki/Main_Page[Official CMake Wiki] - * https://cmake.org/Wiki/CMake_Useful_Variables[CMake Useful Variables] + * https://gitlab.kitware.com/cmake/community/wikis/home[Official CMake Wiki] + * https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/Useful-Variables[CMake Useful Variables] * http://derekmolloy.ie/hello-world-introductions-to-cmake/[Derek Molloy - Intro to CMake] * http://techminded.net/blog/modular-c-projects-with-cmake.html[Modular C++ Projects] - * http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/[Common CMake Anti-Patterns] + * https://web.archive.org/web/20190320121339/http://voices.canonical.com/jussi.pakkanen/2013/03/26/a-list-of-common-cmake-antipatterns/[Common CMake Anti-Patterns] * http://baptiste-wicht.com/posts/2014/04/install-use-clang-static-analyzer-cmake.html[Using clang static analyser with CMake] * https://cmake.org/pipermail/cmake/2011-April/043709.html[Static Analysis with CDash] - Includes some info about using CppCheck with CMake - * https://www.openfoundry.org/svn/cms/trunk/cmake/CppcheckTargets.cmake[CppCheck Targets] * https://samthursfield.wordpress.com/2015/10/20/some-cmake-tips/[CMake Tips] * https://www.johnlamp.net/cmake-tutorial.html[John Lamp - CMake Tutorial] * link:https://docs.conan.io[Conan Documentation]