diff --git a/packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx b/packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx index a11dbad7966b..caaf073cd9cb 100644 --- a/packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx +++ b/packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx @@ -33,7 +33,7 @@ yarn add @yarnpkg/pnpify yarn pnpify tsc ``` -More details about the run command can be found on its [dedicated page](/pnpify/cli/run). +More details about the run command can be found on its [dedicated page](https://yarnpkg.com/cli/pnpify/run). ## Caveat diff --git a/packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx b/packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx index 8cad1b874789..7be5860a6ce4 100644 --- a/packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx +++ b/packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx @@ -7,7 +7,7 @@ description: An overview of the editor SDKs used to bring PnP compatibility to e Smart IDEs (such as VSCode or IntelliJ) require special configuration for TypeScript to work when using [Plug'n'Play installs](https://yarnpkg.com/features/pnp). This page is a collection of settings for each editor we've looked into. -The editor SDKs and settings can be generated using `yarn dlx @yarnpkg/sdks`. Its detailed documentation can be found on the [dedicated page](/sdks/cli/default). +The editor SDKs and settings can be generated using `yarn dlx @yarnpkg/sdks`. Its detailed documentation can be found on the [dedicated page](https://yarnpkg.com/cli/sdks/default). :::info **Why are SDKs needed with Yarn PnP?**