diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-28 10:04:21 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-28 10:04:21 -0500 |
commit | 5b2e467a7e5e2ffbb0cbbf2557283be891d8206b (patch) | |
tree | 097701d3c868cb5eb9bff68886e579236aa3eb40 | |
parent | 5d0ba4eabcde6fbadaddaf980accf70ee2e2218c (diff) |
Change project doc/release links.
-rw-r--r-- | theme.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |