From f6cb0c0c7e16ffc5e36a2bde899c04cb80de5534 Mon Sep 17 00:00:00 2001 From: Faun Date: Mon, 30 Jul 2018 10:08:36 -0700 Subject: [PATCH] Update docs to redirected location https://percy.io/docs/clients/javascript/react-storybook redirects to https://docs.percy.io/docs/storybook-for-react, so let's use that instead. --- docs/src/pages/testing/css-style-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/testing/css-style-testing/index.md b/docs/src/pages/testing/css-style-testing/index.md index b7300f62166..fc4fc6badaa 100644 --- a/docs/src/pages/testing/css-style-testing/index.md +++ b/docs/src/pages/testing/css-style-testing/index.md @@ -28,7 +28,7 @@ Just like that, you can access all of the stories in your Storybook and use the There are several frameworks that have out of the box Storybook integrations: - [StoryShots](https://github.com/storybooks/storybook/tree/master/addons/storyshots) with its [seamless integration](https://github.com/storybooks/storybook/tree/master/addons/storyshots#configure-storyshots-for-image-snapshots) with [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot) - [Loki](https://loki.js.org/) -- [Percy](https://percy.io/docs/clients/javascript/react-storybook) +- [Percy](https://docs.percy.io/docs/storybook-for-react) - [Screener](https://screener.io/v2/docs) - [Chromatic](https://www.chromaticqa.com)