summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm8
1 files 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