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.
This commit is contained in:
Faun 2018-07-30 10:08:36 -07:00 committed by GitHub
parent c503139ba0
commit f6cb0c0c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)