File tree 3 files changed +5
-60
lines changed
3 files changed +5
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
/// <reference types="next/navigation-types/compat/navigation" />
4
4
5
5
// NOTE: This file should not be edited
6
- // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
6
+ // see https://nextjs.org/docs/app/api-reference/config /typescript for more information.
Original file line number Diff line number Diff line change @@ -3357,6 +3357,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
3357
3357
from : '/organization/integrations/incidentio/' ,
3358
3358
to : '/organization/integrations/issue-tracking/incidentio/' ,
3359
3359
} ,
3360
+ {
3361
+ from : '/contributing/onboarding-wizard/' ,
3362
+ to : '/contributing/' ,
3363
+ } ,
3360
3364
] ;
3361
3365
3362
3366
const DEVELOPER_DOCS_REDIRECTS : Redirect [ ] = [
You can’t perform that action at this time.
0 commit comments