aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorArun Isaac2025-03-25 19:00:45 +0000
committerArun Isaac2025-03-26 02:12:01 +0000
commit7cfbc075ad88488e3e18a4443bb16cf50dd7e677 (patch)
tree308cf207c3191291b8550b1b872b84047f1ab4d6 /website
parentbcb3e2353b9f6b5ac7bc89d639e630c12049fc42 (diff)
downloadguix-forge-7cfbc075ad88488e3e18a4443bb16cf50dd7e677.tar.gz
guix-forge-7cfbc075ad88488e3e18a4443bb16cf50dd7e677.tar.lz
guix-forge-7cfbc075ad88488e3e18a4443bb16cf50dd7e677.zip
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.
Diffstat (limited to 'website')
-rw-r--r--website/index.skb2
1 files changed, 1 insertions, 1 deletions
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.])