Skip to content

Commit f31c438

Browse files
committed
updates readme links
1 parent 981e902 commit f31c438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Applitools Tutorial - Storybook React
22

3-
Get started with Applitools Eyes visual testing with this example of using [Storybook](https://storybook.js.org/) and our [Eyes Storybook SDK](https://applitools.com/tutorials/sdks/storybook).
3+
Get started with Applitools Eyes visual testing with this example of using [Storybook](https://storybook.js.org/) and our [Eyes Storybook SDK](https://applitools.com/docs/eyes/sdks/storybook).
44

5-
Learn more about how to install and start this project with our [Storybook tutorial](https://applitools.com/tutorials/sdks/storybook)!
5+
Learn more about how to install and start this project with our [Storybook tutorial](https://applitools.com/docs/eyes/sdks/storybook)!
66

77
_If you're looking for the CSF format for creating Storybook stories, check out the [Storybook CSF React tutorial](https://github.com/applitools/tutorial-storybook-csf-react)._
88

@@ -12,15 +12,15 @@ _If you're looking for the CSF format for creating Storybook stories, check out
1212
npm install
1313
```
1414

15-
To authenticate via the Applitools server and run tests, you need to set your API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](https://applitools.com/tutorials/getting-started/retrieve-api-key).
15+
To authenticate via the Applitools server and run tests, you need to set your API key provided from Applitools Eyes. For details on how to retrieve your API key, see [the Applitools documentation](https://applitools.com/docs/eyes/sdks/storybook/applitools-dashboard#how-to-obtain-your-api-key).
1616

1717
2. Choose one of the following options to set your API Key.
1818
* Set your Applitools API Key as an environment variable.
1919
* macOS/Linux: `export APPLITOOLS_API_KEY=<Your API Key>`
2020
* Windows: `set APPLITOOLS_API_KEY=<Your API Key>`
2121

2222
* Set your Applitools API Key inside the **applitools.config.js** file via the `apiKey` setting.
23-
* Note: If you are not using the Eyes public cloud, you will need to update the `serverUrl` to your Eyes server URL in the **applitools.config.js** configuration file or set via an `APPLITOOLS_SERVER_URL` environment variable. See our [documentation](https://applitools.com/tutorials/sdks/storybook/config) for more information on these settings.
23+
* Note: If you are not using the Eyes public cloud, you will need to update the `serverUrl` to your Eyes server URL in the **applitools.config.js** configuration file or set via an `APPLITOOLS_SERVER_URL` environment variable. See our [documentation](https://applitools.com/docs/eyes/sdks/storybook/api/configuration) for more information on these settings.
2424

2525
3. Run the example test
2626
```sh

0 commit comments

Comments
 (0)