use-package icon indicating copy to clipboard operation
use-package copied to clipboard

Dead MELPA link

Open mcandre opened this issue 4 years ago • 2 comments

The new MELPA homepage has moved to https://melpa.org/#/

mcandre avatar Aug 25 '21 18:08 mcandre

The use-package link is https://melpa.org/#/use-package

derekpappas avatar Jan 16 '22 06:01 derekpappas

I think this can be closed; it doesn’t appear to apply to the current codebase.

@mcandre: The homepage is obviously https://melpa.org/, with no #/. Nobody ever types the empty search fragment, except maybe the people who wrote the too-clever JavaScript.

@derekpappas: It’s a shame that MELPA ignores REST, both in URL structure and in implementation.

$ curl -s 'https://melpa.org/#/use-package' | egrep '<(h1|title)>'
  <title>MELPA</title>
      <h1><span class="archive-name">MELPA</span> (Milkypostman’s Emacs Lisp Package Archive)</h1>

If details were linked under https://melpa.org/package/use-package or /p/use-package or /~use-package, something useful could be done with that URL.

Incidentally, MELPA scores an own goal here. On the “Getting Started” page, the second paragraph links to an actual fragment, but of course MELPA’s JavaScript navigation has been hijacked, and goes somewhere random instead of the intended destination.

melpa-org-search-fragment

nopdotcom avatar Sep 06 '22 01:09 nopdotcom

It seems like the links have been updated, so I'm closing this now. Please reopen or report a new issue if you spot any other dead links.

skangas avatar Nov 13 '22 19:11 skangas