Skip to content

Commit 5ac7395

Browse files
authored
Fix CLI docs links (#6496)
The first two path items got switched in the URLs. ## Checklist <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [x] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent fb6d2d6 commit 5ac7395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn add @yarnpkg/pnpify
3333
yarn pnpify tsc
3434
```
3535

36-
More details about the run command can be found on its [dedicated page](/pnpify/cli/run).
36+
More details about the run command can be found on its [dedicated page](https://yarnpkg.com/cli/pnpify/run).
3737

3838
## Caveat
3939

packages/docusaurus/docs/getting-started/extra/editor-sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: An overview of the editor SDKs used to bring PnP compatibility to e
77

88
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.
99

10-
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).
10+
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).
1111

1212
:::info
1313
**Why are SDKs needed with Yarn PnP?**

0 commit comments

Comments
 (0)