Skip to content

Commit 0db2432

Browse files
committed
adding redirect for previous location
1 parent 41e0266 commit 0db2432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ const userDocsRedirects = [
254254
source: '/product/dev-toolbar/:path*',
255255
destination: '/product/sentry-toolbar/:path*',
256256
},
257+
{
258+
source: '/product/ai-in-sentry/sentry-prevent-ai/:path*',
259+
destination: '/product/ai-in-sentry/ai-code-review/:path*',
260+
},
257261

258262
{
259263
source: '/organization/integrations/launchdarkly/',

0 commit comments

Comments
 (0)