From 18a0c45e97cf15b0c8bf5123b94541f13480f9b9 Mon Sep 17 00:00:00 2001 From: Jonathan Newman Date: Wed, 26 Feb 2020 09:29:39 -0600 Subject: [PATCH] changed next button in api-details-and-examples to go to createStore --- docs/api-details-and-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-details-and-examples.md b/docs/api-details-and-examples.md index 12edbd0..3acda80 100644 --- a/docs/api-details-and-examples.md +++ b/docs/api-details-and-examples.md @@ -20,4 +20,4 @@ Create a new store inside a component Use a store in a component -[Next: **Multiple stores**](/multiple-stores){: .btn .btn-blue } +[Next: **createStore**](/api/createStore){: .btn .btn-blue }