From 86202308b68db7a6cf299c5fe3cdee4dc1850330 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 15 Feb 2021 23:55:13 +0000 Subject: Try mapping source: and browser: links This turns out to be less useful than expected, because somehow for every single link in the wiki, the source repository is not quite in the obvios plae with cgit. Might be a cgit configuration issue, but this gets wonky enough that it's probably simpler just to expand the JSON file we already have for the filter rules so that it includes other magic stuff like a URL map for this kind of link. --- pelican/content/BuildingFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelican/content/BuildingFromSource.md') diff --git a/pelican/content/BuildingFromSource.md b/pelican/content/BuildingFromSource.md index e17fc16..55a4460 100644 --- a/pelican/content/BuildingFromSource.md +++ b/pelican/content/BuildingFromSource.md @@ -39,7 +39,7 @@ goo necessary to make the whole thing work. Do `git help submodule` for an introduction to git's submodule mechanism. With this model, one just checks out a copy of -[the superrepository](source:/releng/alpha), +[the superrepository](https://git.cryptech.is/releng/alpha), runs `make` in its top directory, and eventually the complete package pops out the other side. -- cgit v1.2.3