diff --git a/docs/platforms/javascript/common/troubleshooting/index.mdx b/docs/platforms/javascript/common/troubleshooting/index.mdx index 82bcb068599f4..f68922850512e 100644 --- a/docs/platforms/javascript/common/troubleshooting/index.mdx +++ b/docs/platforms/javascript/common/troubleshooting/index.mdx @@ -41,7 +41,7 @@ If you set up the Sentry SDK and it's not sending any data to Sentry: If you update your Sentry SDK to a new major version, you might encounter breaking changes that need some adaption on your end. -Check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn everything you need +Check out our migration guide to learn everything you need to know to get up and running again with the latest Sentry features. diff --git a/docs/platforms/javascript/guides/angular/manual-setup.mdx b/docs/platforms/javascript/guides/angular/manual-setup.mdx index 4c05e2b28da24..9537b36a3b796 100644 --- a/docs/platforms/javascript/guides/angular/manual-setup.mdx +++ b/docs/platforms/javascript/guides/angular/manual-setup.mdx @@ -31,7 +31,7 @@ You need: Run the command for your preferred package manager to add the Sentry SDK to your application. -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. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. diff --git a/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx b/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx index b72415f6ac228..52e9087464a1e 100644 --- a/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx +++ b/docs/platforms/javascript/guides/sveltekit/manual-setup__v10.7.0.mdx @@ -66,7 +66,7 @@ yarn add @sentry/sveltekit pnpm add @sentry/sveltekit ``` -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. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. ## Step 2: Configure diff --git a/platform-includes/getting-started-complete/javascript.sveltekit.mdx b/platform-includes/getting-started-complete/javascript.sveltekit.mdx index 2f19b2f0bee63..8fc48c3b2cd35 100644 --- a/platform-includes/getting-started-complete/javascript.sveltekit.mdx +++ b/platform-includes/getting-started-complete/javascript.sveltekit.mdx @@ -85,7 +85,7 @@ Choose the features you want to configure, and this guide will show you how: Run the command for your preferred package manager to add the Sentry SDK to your application: -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. +If you're updating your Sentry SDK to the latest version, check out our migration guide to learn more about breaking changes. diff --git a/platform-includes/getting-started-install/javascript.mdx b/platform-includes/getting-started-install/javascript.mdx index 355ae0efad4ae..1db48cf491b2e 100644 --- a/platform-includes/getting-started-install/javascript.mdx +++ b/platform-includes/getting-started-install/javascript.mdx @@ -43,7 +43,6 @@ Next, place the script tag before all other scripts in your app. 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. + migration guide to + learn more about breaking changes.