From 91edb8fa2a2a1de50c4149d9d820e18f5dff3b32 Mon Sep 17 00:00:00 2001 From: Wei-Wei Wu Date: Mon, 30 Jul 2018 23:33:15 -0700 Subject: [PATCH] Merge pull request #3934 from faun/patch-1 Fix company name for percy.io --- 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 dd928c46980c..fc4fc6badaa3 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/) -- [Perci](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)