diff --git a/packages/plugin-compat/README.md b/packages/plugin-compat/README.md index c47dd74acedd..c78f553882f8 100644 --- a/packages/plugin-compat/README.md +++ b/packages/plugin-compat/README.md @@ -8,7 +8,7 @@ This plugin is included by default in Yarn. ## Compatibility Features -- Various [extensions](/configuration/yarnrc#packageExtensions) are enabled by default (full list [here](https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-extensions/sources/index.ts)) -- [`fsevents`](/packages/plugin-compat/extra/fsevents): Makes fsevents aware of the virtual filesystem: [#692](https://github.com/yarnpkg/berry/pull/692) -- [`typescript`](/packages/plugin-compat/extra/typescript): Auto-merge of [#35206](https://github.com/microsoft/TypeScript/pull/35206) -- [`resolve`](/packages/plugin-compat/extra/resolve): Implements [`normalize-options.js`](https://github.com/browserify/resolve/pull/174) +- Various [extensions](https://yarnpkg.com/configuration/yarnrc#packageExtensions) are enabled by default (full list [here](https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-extensions/sources/index.ts)) +- [`fsevents`](https://github.com/yarnpkg/berry/tree/master/packages/plugin-compat/extra/fsevents): Makes fsevents aware of the virtual filesystem: [#692](https://github.com/yarnpkg/berry/pull/692) +- [`typescript`](https://github.com/yarnpkg/berry/tree/master/packages/plugin-compat/extra/typescript): Auto-merge of [#35206](https://github.com/microsoft/TypeScript/pull/35206) +- [`resolve`](https://github.com/yarnpkg/berry/tree/master/packages/plugin-compat/extra/resolve): Implements [`normalize-options.js`](https://github.com/browserify/resolve/pull/174)