docs: update broken akita link in aio dev resources page (#39335)
fixes #39331 PR Close #39335
This commit is contained in:
parent
dcafac1b8f
commit
953c50742c
|
@ -126,7 +126,7 @@
|
|||
"akita": {
|
||||
"desc": "Akita is a state management pattern, built on top of RxJS, which takes the idea of multiple data stores from Flux and the immutable updates from Redux, along with the concept of streaming data, to create the Observable Data Store model.",
|
||||
"title": "Akita",
|
||||
"url": "https://netbasal.gitbook.io/akita/"
|
||||
"url": "https://datorama.github.io/akita/docs/angular/architecture"
|
||||
},
|
||||
"ab": {
|
||||
"desc": "The official library for Firebase and Angular",
|
||||
|
|
Loading…
Reference in New Issue