From cc545d41e1342d6e04ebf3b0a4b54b3d866c23ce Mon Sep 17 00:00:00 2001 From: Jure Triglav Date: Fri, 22 Feb 2019 14:50:07 +1300 Subject: [PATCH] Fix broken link to badge svg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60504a8adf79..f9dd2d8e08d4 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,10 @@ See [Addon / Framework Support Table](ADDONS_SUPPORT.md) We have a badge! Link it to your live Storybook example. -![Storybook](https://github.com/storybooks/press/blob/master/badges/storybook.svg) +![Storybook](https://github.com/storybooks/brand/blob/master/badge/badge-storybook.svg) ```md -[![Storybook](https://github.com/storybooks/press/blob/master/badges/storybook.svg)](link to site) +[![Storybook](https://github.com/storybooks/brand/blob/master/badge/badge-storybook.svg)](link to site) ``` If you're looking for material to use in your presentation about storybook, like logo's video material and the colors we use etc, you can find all of that at our [press repo](https://github.com/storybooks/press).