Skip to content

Commit 1641e63

Browse files
authored
fix(nextjs): Fix docs link (#13668)
Noticed this was incorrectly pointing to the old place.
1 parent 6073c85 commit 1641e63

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/troubleshooting

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ You can work around our CDN bundles being blocked by [using our NPM packages](#u
146146
<PlatformSection supported={["javascript.nextjs"]}>
147147

148148
The Sentry Next.js SDK has a separate option to make setting up tunnels very
149-
straight-forward, allowing you to skip the setup below. See <PlatformLink to="/manual-setup/#configure-tunneling-to-avoid-ad-blockers">
150-
Configure Tunneling to avoid Ad-Blockers</PlatformLink> to learn how to set up tunneling on Next.js.
149+
straight-forward, allowing you to skip the setup below. See <PlatformLink to="/configuration/build/#tunnelRoute">
150+
`tunnelRoute`</PlatformLink> to learn how to set up tunneling on Next.js.
151151

152152
If you do not want to configure `tunnelRoute`, you can follow the guide below.
153153

0 commit comments

Comments
 (0)