Skip to content

Commit a8b9f08

Browse files
committed
Point people to the alternate search page
with an explanation of why that was necessary
1 parent ad4988d commit a8b9f08

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/frontend/Page/Search.elm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,11 @@ viewSearch query entries =
135135
[ Keyed.node "div" [] <|
136136
("h", viewHint (List.isEmpty results) query) :: results
137137
, 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."
138+
[ text "Need 0.18 packages? For "
139+
, a [ href "https://gist.github.com/evancz/9031e37902dfaec250a08a7aa6e17b10" ] [ text "technical reasons" ]
140+
, text ", search "
141+
, a [ href "https://dmy.github.io/elm-0.18-packages/" ] [ text "here" ]
142+
, text " instead!"
141143
]
142144
]
143145
]

0 commit comments

Comments
 (0)