From f9e26ba66bae32ddb2fe3e4cd32c1df27d6dab43 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Wed, 7 Jun 2023 10:20:59 -0600 Subject: [PATCH] Remove usage of - Per https://github.com/storybookjs/frontpage/pull/555, it's no longer necessary --- docs/configure/babel.md | 2 +- docs/writing-docs/mdx.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.