Skip to content

Commit 8cec766

Browse files
authored
fix(learn): use yarn main website (#8007)
1 parent 500de4c commit 8cec766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In September 2022 over 2.1 million packages were reported being listed in the np
1414

1515
It started as a way to download and manage dependencies of Node.js packages, but it has since become a tool used also in frontend JavaScript.
1616

17-
> [**Yarn**](https://yarnpkg.com/en/) and [**pnpm**](https://pnpm.io) are alternatives to npm cli. You can check them out as well.
17+
> [**Yarn**](https://yarnpkg.com) and [**pnpm**](https://pnpm.io) are alternatives to npm cli. You can check them out as well.
1818
1919
## Packages
2020

0 commit comments

Comments
 (0)