From 4cfdb84f79e4ab1ae635615c1a8ff128b449ce2e Mon Sep 17 00:00:00 2001 From: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:43:51 +0100 Subject: [PATCH] fix(docs): Fix introduction link (#10938) This fixes a broken link in the docs which is causing docusaurus to fail during build. --- docs/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/introduction.md b/docs/docs/introduction.md index 75b53de38e7a..ccec5a235aca 100644 --- a/docs/docs/introduction.md +++ b/docs/docs/introduction.md @@ -51,7 +51,7 @@ That said, there are some references you should consider reading at some point i Especially if you want to become an advanced user. For example, [Services](services.md) are fundamental to Redwood. It's worth getting to know them inside and out. -And if you're not writing [tests](testing.md) and [stories](storybook.md), you're not using Redwood to its full potential. +And if you're not writing [tests](testing.md) and [stories](storybook/about.md), you're not using Redwood to its full potential. > **We realize that the content doesn't always match the organization** >