Skip to content

Commit

Permalink
fix gostai 404 (#11666)
Browse files Browse the repository at this point in the history
closes #11323
  • Loading branch information
a-hariti authored Oct 28, 2024
1 parent 7eda1a6 commit a195445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ const userDocsRedirects = [
source: '/development/(contribute|server)/:path*',
destination: 'https://develop.sentry.dev',
},
{
source: '/organization/integrations/goastai/',
destination: '/organization/integrations/issue-tracking/goast/',
},
{
source: '/development/sdk-dev/:path*',
destination: 'https://develop.sentry.dev',
Expand Down

0 comments on commit a195445

Please sign in to comment.