diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb8e454a..936ad2d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' There are common setup gotchas that happen with Percy's SDKs, it would be worth reading the debugging document, which might already answer your question: -https://docs.percy.io/docs/debugging-sdks +https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks ## Reach out to Percy support instead? @@ -43,7 +43,7 @@ If necessary, describe the problem you have been experiencing in more detail. ## Debug logs If you are reporting a bug, _always_ include logs! [Give the "Debugging SDKs" -document a quick read for how to gather logs](https://docs.percy.io/docs/debugging-sdks#debugging-sdks) +document a quick read for how to gather logs](https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks) Please do not trim or edit these logs, often times there are hints in the full logs that help debug what is going on. diff --git a/README.md b/README.md index 2876e31d..5a102ade 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ options](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#p ## Percy config file options -In addition to [common Percy config file options](https://docs.percy.io/docs/cli-configuration), +In addition to [common Percy config file options](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview), this SDK also adds the following Storybook specific options: ``` yaml @@ -296,13 +296,13 @@ Most importantly, the command itself has changed and all previous arguments are ``` - The `--widths` flag is no longer accepted. Widths can be set using the respective `widths` - [Percy config file `snapshot` option](https://docs.percy.io/docs/cli-configuration#snapshot) or + [Percy config file `snapshot` option](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot) or `percy` Storybook parameter. - The `--minimum_height` flag is no longer accepted and therefore no longer defaults to 800px. The default minimum height shared by all SDKs is 1024px. The minimum height can be set using the respective `min-height` [Percy config file `snapshot` - option](https://docs.percy.io/docs/cli-configuration#snapshot) or `percy` Storybook parameter. + option](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot) or `percy` Storybook parameter. - The `--debug` flag is now `--verbose`, inherited from the CLI. @@ -348,7 +348,7 @@ environment for Storybook to properly load. This is in contrast to all of our ot JavaScript is disabled by default to prevent flakey diffs caused by animations or other JavaScript running on the page. With the new SDK and real DOM snapshots, JS is disabled by default. If you upgrade and experience diffs due to the lack of JavaScript, it can be re-enabled using the matching -Percy config file or per-snapshot option, [`enableJavaScript`](https://docs.percy.io/docs/cli-configuration#snapshot). +Percy config file or per-snapshot option, [`enableJavaScript`](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot). ## Development - Current package.json and yarn.lock install storybook v7 as devDependency and hence require node 16 for development.