Skip to content

Commit a195445

Browse files
authored
fix gostai 404 (#11666)
closes #11323
1 parent 7eda1a6 commit a195445

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)