parcel-bundler / website

🌎 Parcel website
https://parceljs.org
MIT License
350 stars 468 forks source link

plugins.md: replace reference to old `link:` protocol with `file:` #1108

Closed ynx0 closed 4 months ago

ynx0 commented 4 months ago

The link: protocol was renamed to file: so this documentation is outdated. (source: this SO post)

This PR updates the docs to reflect that.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2024 1:21am
ynx0 commented 4 months ago

Looks like the section header in the search still shows up with the old value. Not sure how to fix that.

mischnic commented 4 months ago

No, for Yarn, link and file both exist and do different things.

ynx0 commented 4 months ago

Oh I see. I think it would be useful to at least add a note for npm users on what to do. I can make a separate PR for that.