From 953c50742cb01d2ed72ca16e4a7831f626dba6be Mon Sep 17 00:00:00 2001 From: AleksanderBodurri Date: Mon, 19 Oct 2020 23:50:06 -0400 Subject: [PATCH] docs: update broken akita link in aio dev resources page (#39335) fixes #39331 PR Close #39335 --- aio/content/marketing/resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 649776030c..1d65b38acc 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -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",