Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 5, 2023
1 parent 28d6e6f commit 0dcf4b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn add @sentry/browser

<Note>

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>.
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).

</Note>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Though the above example is Webpack-specific, similar changes can be made to con
"javascript.wasm",
]}>

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

</PlatformSection>
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ The Sentry JavaScript SDK use ES6 syntax & functionality in order to provide the

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).

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

0 comments on commit 0dcf4b6

Please sign in to comment.