diff --git a/guix/jupyter/environment.scm b/guix/jupyter/environment.scm
index cbdc9bca6cb4f69ed2986d4b6de86da8ce2b2414..1120f9a1cf09777cb9a32a5c7a76c340d3327b82 100644
--- a/guix/jupyter/environment.scm
+++ b/guix/jupyter/environment.scm
@@ -97,7 +97,7 @@ of the SPECS could not be resolved."
        ,(lambda (repository-url commit)
           (string-append (string-replace-substring repository-url
                                                    "/git/" "/cgit/")
-                         "/commit/?id=" commit)))
+                         "/log/?id=" commit)))
       ("notabug.org" ,labhub-url)
       ("framagit.org" ,labhub-url)
       ("gitlab.com" ,labhub-url)