From 3615056fdac0ad6112cf1e6a7da6845f56f4aae2 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Wed, 23 Jun 2021 14:06:34 +0800 Subject: [PATCH] Fix two more instances of master to main --- addons/backgrounds/README.md | 2 +- addons/docs/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/backgrounds/README.md b/addons/backgrounds/README.md index bae041ad110..1f8f80fb1ce 100644 --- a/addons/backgrounds/README.md +++ b/addons/backgrounds/README.md @@ -4,7 +4,7 @@ Storybook Addon Backgrounds can be used to change background colors inside the p [Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support) -![React Storybook Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/master/docs/static/img/addon-backgrounds.gif) +![React Storybook Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/main/docs/static/img/addon-backgrounds.gif) ## Installation diff --git a/addons/docs/README.md b/addons/docs/README.md index 37dc6e6c896..e50eb9fd0c5 100644 --- a/addons/docs/README.md +++ b/addons/docs/README.md @@ -1,5 +1,5 @@
- +
# Storybook Docs @@ -34,7 +34,7 @@ When you [install Docs](#installation), every story gets a `DocsPage`. `DocsPage Click on the `Docs` tab to see it:
- +
For more information on how it works, see the [`DocsPage` reference](https://github.com/storybookjs/storybook/tree/next/addons/docs/docs/docspage.md). @@ -70,7 +70,7 @@ markdown documentation. And here's how that's rendered in Storybook:
- +
For more information on `MDX`, see the [`MDX` reference](https://github.com/storybookjs/storybook/tree/next/addons/docs/docs/mdx.md).