From 6be74c5532cb7a48fbb521a660847f615a5c0d25 Mon Sep 17 00:00:00 2001 From: uujjii <52302225+uujjii@users.noreply.github.com> Date: Sat, 8 Jan 2022 13:09:33 +0100 Subject: [PATCH] fixed broken links --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ff487d0a..983de939 100644 --- a/README.adoc +++ b/README.adoc @@ -95,14 +95,14 @@ to some of these which I have found helpful in my CMake journey. * 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/cmake/help/latest/guide/tutorial/index.html[Official CMake Tutorial] * 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] + * https://web.archive.org/web/20200711181125/http://techminded.net/blog/modular-c-projects-with-cmake.html[Modular C++ Projects] * 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://samthursfield.wordpress.com/2015/10/20/some-cmake-tips/[CMake Tips] - * https://www.johnlamp.net/cmake-tutorial.html[John Lamp - CMake Tutorial] + * https://www.johnlamp.net/?p=8[John Lamp - CMake Tutorial] * link:https://docs.conan.io[Conan Documentation]