We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4988d commit a8b9f08Copy full SHA for a8b9f08
src/frontend/Page/Search.elm
@@ -135,9 +135,11 @@ viewSearch query entries =
135
[ Keyed.node "div" [] <|
136
("h", viewHint (List.isEmpty results) query) :: results
137
, p [ class "pkg-hint" ]
138
- [ text "Need documentation for a 0.18 package? Read "
139
- , a [ href "https://gist.github.com/evancz/9031e37902dfaec250a08a7aa6e17b10" ] [ text "this" ]
140
- , text " for help finding it."
+ [ text "Need 0.18 packages? For "
+ , a [ href "https://gist.github.com/evancz/9031e37902dfaec250a08a7aa6e17b10" ] [ text "technical reasons" ]
+ , text ", search "
141
+ , a [ href "https://dmy.github.io/elm-0.18-packages/" ] [ text "here" ]
142
+ , text " instead!"
143
]
144
145
0 commit comments