Skip to content

Commit c94309f

Browse files
authored
ref(js): change migration guide URLs from v7 branch to master (#5087)
This small PR changes the URLs of two links to the JS SDK migration guide which previously linked to the 7.x branch version of the migration guide. It now links to master since we merged the 7.x branch
1 parent 43a9662 commit c94309f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/includes/getting-started-install/javascript.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ We also support alternate [installation methods](/platforms/javascript/install/)
1111

1212
</Note>
1313

14-
If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/7.x/MIGRATION.md) to learn more about breaking changes.
15-
14+
If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes.

src/platforms/javascript/common/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you need help solving issues with your Sentry JavaScript SDK integration, you
1212
## Updating to a New Sentry SDK Version
1313

1414
If you update your Sentry SDK to a new major version, you might encounter breaking changes that need some adaption on your end.
15-
Check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/7.x/MIGRATION.md) to learn everything you need
15+
Check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn everything you need
1616
to know to get up and running again with the latest Sentry features.
1717

1818
## Debugging Additional Data

0 commit comments

Comments
 (0)