diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-24 21:38:34 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-24 21:38:34 +0100 |
commit | 79993bfaeff3097d37838bc0636fc20c6fc4283d (patch) | |
tree | a1bf71887ce0fe070649957f5dee77e5d69683db /guix-data-service | |
parent | 4d4ee801c03bf1a3fc3a2cd8042341ab62fc572e (diff) | |
download | data-service-79993bfaeff3097d37838bc0636fc20c6fc4283d.tar data-service-79993bfaeff3097d37838bc0636fc20c6fc4283d.tar.gz |
Fix the link to the package derivation outputs page
Diffstat (limited to 'guix-data-service')
-rw-r--r-- | guix-data-service/web/revision/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/revision/html.scm b/guix-data-service/web/revision/html.scm index 35b5782..f92ef99 100644 --- a/guix-data-service/web/revision/html.scm +++ b/guix-data-service/web/revision/html.scm @@ -1026,7 +1026,7 @@ figure { (a (@ (href ,(string-append "/revision/" revision-commit-hash - "/derivation-outputs?" + "/package-derivation-outputs?" "output_consistency=" key "&system=" system))) ,(format #f "~a (~d, ~2,2f%)" |