Skip to content

Commit cc62b05

Browse files
authored
updating docs url (#264)
* updating docs url * updating node version
1 parent 1b73526 commit cc62b05

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assignees: ''
1111
1212
There are common setup gotchas that happen with Percy's SDKs, it would be worth reading
1313
the debugging document, which might already answer your question:
14-
https://docs.percy.io/docs/debugging-sdk
14+
https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks
1515
1616
## Reach out to Percy support instead?
1717
@@ -43,7 +43,7 @@ If necessary, describe the problem you have been experiencing in more detail.
4343
## Debug logs
4444

4545
If you are reporting a bug, _always_ include logs! [Give the "Debugging SDKs"
46-
document a quick read for how to gather logs](https://docs.percy.io/docs/debugging-sdks#debugging-sdks)
46+
document a quick read for how to gather logs](https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks)
4747

4848
Please do not trim or edit these logs, often times there are hints in the full
4949
logs that help debug what is going on.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: v1/${{ runner.os }}/ruby-${{ matrix.ruby }}/
3838
- uses: actions/setup-node@v3
3939
with:
40-
node-version: 14
40+
node-version: 16
4141
- name: Get yarn cache directory path
4242
id: yarn-cache-dir-path
4343
run: echo "::set-output name=dir::$(yarn cache dir)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ percy exec -- [test command]
6666
`page.snapshot(name[, options])`
6767

6868
- `name` (**required**) - The snapshot name; must be unique to each snapshot
69-
- `options` - [See per-snapshot configuration options](https://docs.percy.io/docs/cli-configuration#per-snapshot-configuration)
69+
- `options` - [See per-snapshot configuration options](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#per-snapshot-configuration)
7070

7171
## Upgrading
7272

lib/percy/capybara.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def percy_snapshot(name, options = {})
5555
log('You may be using @percy/agent ' \
5656
'which is no longer supported by this SDK. ' \
5757
'Please uninstall @percy/agent and install @percy/cli instead. ' \
58-
'https://docs.percy.io/docs/migrating-to-percy-cli')
58+
'https://www.browserstack.com/docs/percy/migration/migrate-to-cli')
5959
@percy_enabled = false
6060
return false
6161
end

spec/lib/percy/percy_capybara_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"#{LABEL} You may be using @percy/agent which" \
2626
' is no longer supported by this SDK. Please uninstall' \
2727
' @percy/agent and install @percy/cli instead.' \
28-
" https://docs.percy.io/docs/migrating-to-percy-cli\n",
28+
" https://www.browserstack.com/docs/percy/migration/migrate-to-cli\n",
2929
).to_stdout
3030
end
3131

0 commit comments

Comments
 (0)