From f318b129a0b84a7d8a672c89cc7c92a68e61cb35 Mon Sep 17 00:00:00 2001 From: Shreyas0410 <70795867+Shreyas0410@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:37:22 +0530 Subject: [PATCH] fix : Update link to difference between link and portal (#5870) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **What's the problem this PR addresses?** This solves #5869 ... **How did you fix it?** Updated the link in the README.md file to correct link ... **Checklist** - [X] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [X] I have set the packages that need to be released for my changes to be effective. - [X] I will check that all automated PR checks pass before the PR gets reviewed. --------- Co-authored-by: Maƫl Nison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb5c365d2cf..36fae95b1284 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Those plugins typically come bundled with Yarn. You don't need to do anything sp - [plugin-http](packages/plugin-http) adds support for using straight URL references as dependencies (tgz archives only). - [plugin-init](packages/plugin-init) adds support for the [`yarn init`](https://yarnpkg.com/cli/init) command. - [plugin-interactive-tools](packages/plugin-interactive-tools) adds support for various interactive commands ([`yarn upgrade-interactive`](https://yarnpkg.com/cli/upgrade-interactive)). -- [plugin-link](packages/plugin-link) adds support for using [`link:` and `portal:`](https://yarnpkg.com/features/protocols#whats-the-difference-between-link-and-portal) references as dependencies. +- [plugin-link](packages/plugin-link) adds support for using [`link:`](https://yarnpkg.com/protocol/link) and [`portal:`](https://yarnpkg.com/protocol/portal) references as dependencies. - [plugin-nm](packages/plugin-nm) adds support for installing packages through a `node_modules` folder. - [plugin-npm](packages/plugin-npm) adds support for using [semver ranges](https://semver.org) dependencies, resolving them from an npm-like registry. - [plugin-npm-cli](packages/plugin-npm-cli) adds support for npm-specific commands ([`yarn npm login`](https://yarnpkg.com/cli/npm/login), [`yarn npm publish`](https://yarnpkg.com/cli/npm/publish), ...).