From 0805684bb604e333de0b51163e9ed097ea4fc0e5 Mon Sep 17 00:00:00 2001 From: kibe <47016873+kibebr@users.noreply.github.com> Date: Sun, 18 Oct 2020 21:27:11 +0100 Subject: [PATCH] Fixes a link which would direct to a 404 page and a grammar fix --- website/docs/main-concepts/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/main-concepts/components.mdx b/website/docs/main-concepts/components.mdx index bec7501..947e1f5 100644 --- a/website/docs/main-concepts/components.mdx +++ b/website/docs/main-concepts/components.mdx @@ -50,7 +50,7 @@ const children = items.map((item) => ); ## Example 📖 -This is one of the [examples](../getting-started/examples) avaible on codesandbox. +This is one of the [examples](https://paol-imi.github.io/muuri-react/showcase) available on CodeSandbox.