From ce5740a4eb8c015b4cd03da5b98ab87700704392 Mon Sep 17 00:00:00 2001 From: Gerard Capes Date: Tue, 25 Apr 2023 10:28:54 +0100 Subject: [PATCH] Add missing link to Make documentation --- episodes/01-intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/episodes/01-intro.md b/episodes/01-intro.md index f60006dc..4c6ffc6c 100644 --- a/episodes/01-intro.md +++ b/episodes/01-intro.md @@ -310,7 +310,7 @@ Make's fundamental concepts are common across build tools. :::::::::::::::::::::::::::::::::::::::::::::::::: -[GNU Make][gnu-make] is a free-libre, fast, [well-documented](gnu-make-documentation), +[GNU Make][gnu-make] is a free-libre, fast, [well-documented][gnu-make-documentation], and very popular Make implementation. From now on, we will focus on it, and when we say Make, we mean GNU Make. @@ -321,6 +321,7 @@ Make, we mean GNU Make. [autoconf]: https://www.gnu.org/software/autoconf/autoconf.html [cmake]: https://www.cmake.org/ [gnu-make]: https://www.gnu.org/software/make/ +[gnu-make-documentation]: https://www.gnu.org/software/make/#documentation :::::::::::::::::::::::::::::::::::::::: keypoints