From d90c50dc08fb3d2a9ad741d6f3c821c7868dffc2 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 23 Nov 2018 00:39:31 +0200 Subject: [PATCH] Fix dead links, closes #5 --- book.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.json b/book.json index 8e08444..a7a5614 100644 --- a/book.json +++ b/book.json @@ -9,7 +9,7 @@ }, "replace": { "substitutes": [ - {"pattern": "«cmake:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/cmake-$1.7.html)"}, + {"pattern": "«cmake:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/manual/cmake-$1.7.html)"}, {"pattern": "«command:`?([^`^»]+)`?»", "flags": "g", "substitute": "[`$1`](https://cmake.org/cmake/help/latest/command/$1.html)"}, {"pattern": "«module:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/module/$1.html)"}, {"pattern": "«policy:([^`^»]+)»", "flags": "g", "substitute": "[$1](https://cmake.org/cmake/help/latest/policy/$1.html)"},