Skip to content

Commit

Permalink
docs: fix the URL for installing with yarn (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaharu authored Apr 20, 2020
1 parent 1f181e3 commit 236e9c9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/component/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install github:ngrx/component-builds.git --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add github:ngrx/component-builds.git
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/data/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/data --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/data
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/effects/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/effects --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/effects
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/entity/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/entity --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/entity
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/router-store/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/router-store --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/router-store
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/schematics/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/schematics --save-dev

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/schematics --dev
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/store-devtools/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm install @ngrx/store-devtools --save
```

## Installing with `yarn`
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/store-devtools
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/store/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install @ngrx/store --save

## Installing with `yarn`

For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/docs/usage" target="_blank">here</a>.
For more information on using `yarn` check out the docs <a href="https://yarnpkg.com/getting-started/usage#installing-all-the-dependencies" target="_blank">here</a>.

```sh
yarn add @ngrx/store
Expand Down

0 comments on commit 236e9c9

Please sign in to comment.