diff --git a/frontend/src/Search.elm b/frontend/src/Search.elm index 962b141..f39d703 100644 --- a/frontend/src/Search.elm +++ b/frontend/src/Search.elm @@ -1078,7 +1078,7 @@ viewResults nixosChannels model result viewSuccess _ outMsg categoryName = Just commit -> [ text "Data from nixpkgs " - , a [ href ("https://github.com/NixOS/nixpkgs/commit/" ++ commit) ] + , a [ href ("https://github.com/NixOS/nixpkgs/tree/" ++ commit) ] [ (code [] [ text (String.slice 0 8 commit) ]) ] , text "." ]