From 9cf307bf9f4c1947e39f55fce8655cad9de499bd Mon Sep 17 00:00:00 2001 From: Ryan Cooper Date: Wed, 1 Mar 2023 18:05:29 +0100 Subject: [PATCH] bugfix: change community examples link to point to 'share' category --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ac83447..34c33d0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -44,7 +44,7 @@ type HomeProps = { const links = [ { label: 'Community examples', - url: 'https://github.com/johnlindquist/kit/discussions/categories/show-and-tell', + url: 'https://github.com/johnlindquist/kit/discussions/categories/share', }, { label: 'Quick orientation guide',