Skip to content

Commit

Permalink
updating docs url (#264)
Browse files Browse the repository at this point in the history
* updating docs url

* updating node version
  • Loading branch information
prklm10 committed Jun 14, 2024
1 parent 1b73526 commit cc62b05
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-sdk
https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks
## Reach out to Percy support instead?
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: v1/${{ runner.os }}/ruby-${{ matrix.ruby }}/
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ percy exec -- [test command]
`page.snapshot(name[, options])`

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

## Upgrading

Expand Down
2 changes: 1 addition & 1 deletion lib/percy/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def percy_snapshot(name, options = {})
log('You may be using @percy/agent ' \
'which is no longer supported by this SDK. ' \
'Please uninstall @percy/agent and install @percy/cli instead. ' \
'https://docs.percy.io/docs/migrating-to-percy-cli')
'https://www.browserstack.com/docs/percy/migration/migrate-to-cli')
@percy_enabled = false
return false
end
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/percy/percy_capybara_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"#{LABEL} You may be using @percy/agent which" \
' is no longer supported by this SDK. Please uninstall' \
' @percy/agent and install @percy/cli instead.' \
" https://docs.percy.io/docs/migrating-to-percy-cli\n",
" https://www.browserstack.com/docs/percy/migration/migrate-to-cli\n",
).to_stdout
end

Expand Down

0 comments on commit cc62b05

Please sign in to comment.