diff --git a/docs/configure/babel.md b/docs/configure/babel.md index 26e281a72415..407e44d17c2b 100644 --- a/docs/configure/babel.md +++ b/docs/configure/babel.md @@ -6,7 +6,7 @@ As of version 7.0, Storybook now re-uses your project’s Babel configuration to
-If you're not using Storybook 7, please reference the previous documentation for guidance on configuring your Babel setup. +If you're not using Storybook 7, please reference the [previous documentation](../../../release-6-5/docs/configure/babel.md) for guidance on configuring your Babel setup.
diff --git a/docs/writing-docs/mdx.md b/docs/writing-docs/mdx.md index 3da8f976b652..093a6c78cbc1 100644 --- a/docs/writing-docs/mdx.md +++ b/docs/writing-docs/mdx.md @@ -10,7 +10,7 @@ In addition, you can write pure documentation pages in MDX and add them to Story
-Writing stories directly in MDX was deprecated in Storybook 7. Please reference the previous documentation for guidance on that feature. +Writing stories directly in MDX was deprecated in Storybook 7. Please reference the [previous documentation](../../../release-6-5/docs/writing-docs/mdx.md) for guidance on that feature.