From 5ac7395c3776fb262b9100d0aab75d356b53881b Mon Sep 17 00:00:00 2001 From: Ty Mick <5317080+TyMick@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:01:18 -0700 Subject: [PATCH] Fix CLI docs links (#6496) The first two path items got switched in the URLs. ## 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. --- packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx | 2 +- packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?**