package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

Incorrect link in warning for outdated package when package has been moved

Open hakonrossebo opened this issue 9 years ago • 4 comments
trafficstars

Searching google for elm window leads me to:

http://package.elm-lang.org/packages/elm-lang/core/2.1.0/Window

With a header warning saying: "Warning! The latest version of this package is 4.0.5". This link is broken. - The correct link is to the moved package http://package.elm-lang.org/packages/elm-lang/window/1.0.0/

I see this works fine for http://package.elm-lang.org/packages/evancz/elm-html/4.0.2 - the link to 5.00 where a "deprecated" info is displayed.

hakonrossebo avatar Aug 20 '16 12:08 hakonrossebo

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot avatar Aug 20 '16 12:08 process-bot

There's another instance of the bug here:

http://package.elm-lang.org/packages/elm-lang/core/3.0.0/Graphics-Element

ciaran-phillips avatar Sep 02 '16 15:09 ciaran-phillips

Problem is also in: Html.App and Signal docs

yigitozkavci avatar Nov 15 '16 19:11 yigitozkavci

On a related note, the warning is completely missing from List.Extra 3.10.0, which is sometimes first on Google search ranking for "elm list extra"

http://package.elm-lang.org/packages/circuithub/elm-list-extra/3.10.0/List-Extra

DanielJenkins avatar May 17 '18 23:05 DanielJenkins