Skip to content

Commit

Permalink
docs(link): update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed May 23, 2022
1 parent c012a9d commit d879000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runEntityStoreAction(BooksStore, EntityStoreAction.UpsertEntities, (upsert) => u

It also takes the store name as string.

- A new [select](https://datorama.github.io/akita/docs/enhancers/persist-state/#select) option for the `persistState` plugin.
- A new [select](https://opensource.salesforce.com/akita/docs/enhancers/persist-state/#select) option for the `persistState` plugin.

## 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Akita encourages simplicity. It saves you the hassle of creating boilerplate cod

👉 [10 Reasons Why You Should Start Using Akita as Your State Management Solution](https://engineering.datorama.com/10-reasons-why-you-should-start-using-akita-as-your-state-management-solution-66b63d033fec)

- 🤓 Learn about it on the [docs site](https://datorama.github.io/akita/)
- 🤓 Learn about it on the [docs site](https://opensource.salesforce.com/akita/)
- 🚀 See it in action on [StackBlitz](https://stackblitz.com/edit/akita-todos-app)
- 😎 Use the [CLI](https://github.com/datorama/akita/tree/master/tools/akita-cli)
- 👉 Checkout the [sample application](http://akita.surge.sh/)
2 changes: 1 addition & 1 deletion packages/akita-schematics/src/ng-g/feature/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"value": "Default"
},
{
"label": "Http [https://datorama.github.io/akita/docs/angular/entity-service]",
"label": "Http [https://opensource.salesforce.com/akita/docs/angular/entity-service]",
"value": "Http"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/akita/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Akita encourages simplicity. It saves you the hassle of creating boilerplate cod

👉 [10 Reasons Why You Should Start Using Akita as Your State Management Solution](https://engineering.datorama.com/10-reasons-why-you-should-start-using-akita-as-your-state-management-solution-66b63d033fec)

- 🤓 Learn about it on the [docs site](https://datorama.github.io/akita/)
- 🤓 Learn about it on the [docs site](https://opensource.salesforce.com/akita/)
- 🚀 See it in action on [StackBlitz](https://stackblitz.com/edit/akita-todos-app)
- 😎 Use the [CLI](https://github.com/datorama/akita/tree/master/tools/akita-cli)
- 👉 Checkout the [sample application](http://akita.surge.sh/)

0 comments on commit d879000

Please sign in to comment.