From 7cfbc075ad88488e3e18a4443bb16cf50dd7e677 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Mar 2025 19:00:45 +0000 Subject: tissue.scm: Prepend /guix-forge to web URI paths. * tissue.scm (#:indexed-documents): Prepend /guix-forge to web-uri. * doc/skribilo.scm (html-engine): Prepend /guix-forge to CSS path. * website/index.skb (Documentation): Prepend /guix-forge to manual path. --- website/index.skb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/index.skb') diff --git a/website/index.skb b/website/index.skb index e92fa65..aeaaafa 100644 --- a/website/index.skb +++ b/website/index.skb @@ -45,7 +45,7 @@ :line #f)) (section :title "Documentation" :number #f - (p [The ,(ref :url "/manual/dev/en/" :text "guix-forge manual") is available online.])) + (p [The ,(ref :url "/guix-forge/manual/dev/en/" :text "guix-forge manual") is available online.])) (section :title "Philosophy" :number #f (p [In order to empower ordinary users, software should not just be free (as in freedom), but also be simple and easy to deploy, especially for small-scale deployments. ,(emph [guix-forge]) is therefore minimalistic, and does not require running large database servers such as MariaDB and PostgreSQL.]) -- cgit v1.2.3