Skip to content

Commit

Permalink
Fix CLI docs links (#6496)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TyMick committed Sep 16, 2024
1 parent fb6d2d6 commit 5ac7395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus/docs/advanced/03-pnp/pnpify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
Expand Down

0 comments on commit 5ac7395

Please sign in to comment.