File tree Expand file tree Collapse file tree 3 files changed +5
-60
lines changed Expand file tree Collapse file tree 3 files changed +5
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33/// <reference types="next/navigation-types/compat/navigation" />
44
55// 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[] = [
33573357 from : '/organization/integrations/incidentio/' ,
33583358 to : '/organization/integrations/issue-tracking/incidentio/' ,
33593359 } ,
3360+ {
3361+ from : '/contributing/onboarding-wizard/' ,
3362+ to : '/contributing/' ,
3363+ } ,
33603364] ;
33613365
33623366const DEVELOPER_DOCS_REDIRECTS : Redirect [ ] = [
You can’t perform that action at this time.
0 commit comments