From 5c5e82911d1d7a42d30e7db8ff51e8078943b056 Mon Sep 17 00:00:00 2001 From: YL Wang <121748352+code4yonglei@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:08:47 +0200 Subject: [PATCH] update links to code examples --- content/conf.py | 2 +- content/hello-cmake.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conf.py b/content/conf.py index babe85e..018a107 100644 --- a/content/conf.py +++ b/content/conf.py @@ -21,7 +21,7 @@ copyright = "2024, EuroCC National Competence Centre Sweden" author = "The contributors" github_user = "ENCCS" -github_repo_name = "" # auto-detected from dirname if blank +github_repo_name = "intro-cmake" # auto-detected from dirname if blank github_version = "main" conf_py_path = "/content/" # with leading and trailing slash diff --git a/content/hello-cmake.rst b/content/hello-cmake.rst index f38cc7f..175525e 100644 --- a/content/hello-cmake.rst +++ b/content/hello-cmake.rst @@ -13,7 +13,7 @@ From sources to executables - Learn what tools are available in the CMake suite. - Learn how to write a simple ``CMakeLists.txt``. - Learn the difference between **build systems**, **build tools**, and **build system generator**. - - Learn to distinguish between *configuration*, *generation*, and **build* time. + - Learn to distinguish between *configuration*, *generation*, and *build* time.