summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-12-28 10:04:21 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-12-28 10:04:21 -0500
commit5b2e467a7e5e2ffbb0cbbf2557283be891d8206b (patch)
tree097701d3c868cb5eb9bff68886e579236aa3eb40
parent5d0ba4eabcde6fbadaddaf980accf70ee2e2218c (diff)
Change project doc/release links.
-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