Skip to content

Commit

Permalink
Update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
ccschmitz committed May 16, 2024
1 parent 590f4e4 commit 8afc81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
resolve: "@highlight-run/gatsby-plugin-highlight",
options: {
orgID: 'MY_ORG_ID',
// See all the options here: https://docs.highlight.run/reference#options
// See all the options here: https://www.highlight.io/docs/sdk/client#options
disableNetworkRecording: false,
disableConsoleRecording: false,
enableStrictPrivacy: false,
Expand All @@ -22,7 +22,7 @@ module.exports = {
}
```

Options will be passed directly to `H.init`. See all available options in [our docs](https://docs.highlight.run/reference#importing-the-library).
Options will be passed directly to `H.init`. See all available options in [our docs](https://www.highlight.io/docs/sdk/client#options).

## Links

Expand Down

0 comments on commit 8afc81b

Please sign in to comment.