Skip to content

Commit 6a53b3b

Browse files
committed
fix broken link
1 parent a59ef74 commit 6a53b3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/platforms/javascript/guides/remix/manual-setup.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,10 @@ Sentry's Remix SDK automatically records your [`action`](https://remix.run/docs/
231231
To upload source maps for clear error stack traces, add your Sentry auth token, organization, and project slug in your `vite.config.ts` file:
232232

233233
<Alert title="Not using Vite?">
234-
Check our [Source Maps documentation](/platforms/remix/sourcemaps) for
235-
alternative setup options.
234+
235+
Check our [Source Maps documentation](/platforms/javascript/guides/remix/sourcemaps/) for
236+
alternative setup options.
237+
236238
</Alert>
237239

238240
```javascript {filename:vite.config.ts} {3, 10-17,20-23}

0 commit comments

Comments
 (0)