docs: update broken akita link in aio dev resources page (#39335)

fixes #39331

PR Close #39335
This commit is contained in:
AleksanderBodurri 2020-10-19 23:50:06 -04:00 committed by Alex Rickabaugh
parent dcafac1b8f
commit 953c50742c
1 changed files with 1 additions and 1 deletions

View File

@ -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",