Skip to content

Commit c7d4cab

Browse files
committed
fix broken links
1 parent d9d75c7 commit c7d4cab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ yarn add @sentry/browser
88

99
<Note>
1010

11-
We also support alternate [installation methods](/platforms/javascript/install/) such as the <PlatformLink to="/install/loader/">Loader Script</PlatformLink> or via <PlatformLink to="/install/loader/#cdn">CDN bundles</PlatformLink>.
11+
We also support alternate [installation methods](/platforms/javascript/install/) such as the [Loader Script](/platforms/javascript/install/loader/) or via [CDN bundles](/platforms/javascript/install/loader/#cdn).
1212

1313
</Note>
1414

src/platform-includes/troubleshooting/older-browser-support/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Though the above example is Webpack-specific, similar changes can be made to con
4646
"javascript.wasm",
4747
]}>
4848

49-
As an alternative, you can use one of our ES5-specific <PlatformLink to="/install/loader/#available-bundles">CDN bundles</PlatformLink>.
49+
As an alternative, you can use one of our [ES5 CDN bundles](/platforms/javascript/install/loader/#available-bundles).
5050

5151
</PlatformSection>

src/platforms/javascript/common/troubleshooting/supported-browsers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ The Sentry JavaScript SDK use ES6 syntax & functionality in order to provide the
5050

5151
Please note that we do use some ES6-only features that you'll need to provide polyfills for if you want to use them in ES5. You can view examples for this [here](https://github.com/getsentry/sentry-javascript/blob/develop/rollup/polyfills/es5.js).
5252

53-
Alternatively, you can also use our <PlatformLink to="/install/loader/#available-bundles">ES5 CDN bundles</PlatformLink>.
53+
Alternatively, you can also use our [ES5 CDN bundles](/platforms/javascript/install/loader/#available-bundles).

0 commit comments

Comments
 (0)