From e81ca6bce8841cbeb3d9b96abef52284f0c61218 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:35:28 -0700 Subject: [PATCH] docs: fix broken link in readme --- code/addons/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/addons/docs/README.md b/code/addons/docs/README.md index 96cb01bc5a18..02c97503b313 100644 --- a/code/addons/docs/README.md +++ b/code/addons/docs/README.md @@ -110,7 +110,7 @@ export default { }; ``` -If using in conjunction with the [storyshots add-on](https://github.com/storybookjs/storybook/blob/next/code/addons/storyshots/storyshots-core/README.md), you will need to +If using in conjunction with the [storyshots add-on](https://github.com/storybookjs/storybook/blob/next/code/addons/storyshots-core/README.md), you will need to configure Jest to transform MDX stories into something Storyshots can understand: Add the following to your Jest configuration: