Skip to content

Commit 1fb993b

Browse files
authored
fix github deployment gates 404 (#11676)
1 parent e96738f commit 1fb993b

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
@@ -226,6 +226,10 @@ const userDocsRedirects = [
226226
source: '/organization/integrations/goastai/',
227227
destination: '/organization/integrations/issue-tracking/goast/',
228228
},
229+
{
230+
source: '/organization/integrations/github-deployment-gates/',
231+
destination: '/product/releases/setup/release-automation/github-deployment-gates/',
232+
},
229233
{
230234
source: '/development/sdk-dev/:path*',
231235
destination: 'https://develop.sentry.dev',

0 commit comments

Comments
 (0)