Skip to content

Commit 6ce5df9

Browse files
committed
fix gostai 404
closes #11323
1 parent 27d09c2 commit 6ce5df9

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
@@ -206,6 +206,10 @@ const userDocsRedirects = [
206206
source: '/development/(contribute|server)/:path*',
207207
destination: 'https://develop.sentry.dev',
208208
},
209+
{
210+
source: '/organization/integrations/goastai/',
211+
destination: '/organization/integrations/issue-tracking/goast/',
212+
},
209213
{
210214
source: '/development/sdk-dev/:path*',
211215
destination: 'https://develop.sentry.dev',

0 commit comments

Comments
 (0)