diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-10 20:28:24 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-10 20:28:24 +0100 |
commit | ce5f9bb3e66c277be3ab973f20525f8178cc072a (patch) | |
tree | eb068aeff31fb0103caa1da20781fc288e71deaf | |
parent | eb0d33a3ba38f14c2f868a12b8ea062b9c85980c (diff) | |
download | data-service-ce5f9bb3e66c277be3ab973f20525f8178cc072a.tar data-service-ce5f9bb3e66c277be3ab973f20525f8178cc072a.tar.gz |
Update the "source code here" link
-rw-r--r-- | guix-data-service/web/view/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm index 5cd2023..622c692 100644 --- a/guix-data-service/web/view/html.scm +++ b/guix-data-service/web/view/html.scm @@ -97,7 +97,7 @@ (br) "Now with even more " (span (@ (class "lambda")) "λ") "! ") (p "This is free software. Download the " - (a (@ (href "https://git.cbaines.net/guix/data-service/")) + (a (@ (href "https://git.savannah.gnu.org/cgit/guix/data-service.git/")) "source code here") ".")))))) (define* (form-horizontal-control label query-parameters |