From 5b2e467a7e5e2ffbb0cbbf2557283be891d8206b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 28 Dec 2023 10:04:21 -0500 Subject: Change project doc/release links. --- theme.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.scm b/theme.scm index 8837025..f3ce0db 100644 --- a/theme.scm +++ b/theme.scm @@ -151,20 +151,20 @@ free culture works available under the " ,%cc-by-sa-link " license.") installation manual? license repo releases guix-package (irc-channel "#guile")) (define (tarball-url version) - (string-append "https://files.dthompson.us/" + (string-append "https://files.dthompson.us/releases/" repo "/" repo "-" version ".tar.gz")) (define body `((h1 ,name) ,description ,@(if usage - `((h2 "Usage") - ,usage) + `((h2 "Usage") ,usage) '()) ,@(if manual? `((h2 "Documentation") (p ,(anchor "View the reference manual" - (string-append "/manuals/" repo "/index.html")))) + (string-append "https://files.dthompson.us/docs/" + repo "/latest")))) '()) (h2 "Releases") (ul ,(map (match-lambda -- cgit v1.2.3