Skip to content

Commit dccad50

Browse files
authored
Update redirects.json with new and removed entries
Removed several redirect entries and added new ones for accessibility and color foundations.
1 parent 4fa0974 commit dccad50

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

redirects.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,6 @@
405405
"match": "^react/Avatar",
406406
"destination": "/components/avatar/react"
407407
},
408-
{
409-
"name": "React docs for AvatarPair",
410-
"match": "^react/AvatarPair",
411-
"destination": "/components/avatar-pair/react"
412-
},
413408
{
414409
"name": "React docs for AvatarStack",
415410
"match": "^react/AvatarStack",
@@ -455,11 +450,6 @@
455450
"match": "^react/CircleBadge",
456451
"destination": "/components/circle-badge/react"
457452
},
458-
{
459-
"name": "React docs for CircleOcticon",
460-
"match": "^react/CircleOcticon",
461-
"destination": "/components/circle-octicon/react"
462-
},
463453
{
464454
"name": "React docs for CounterLabel",
465455
"match": "^react/CounterLabel",
@@ -540,11 +530,6 @@
540530
"match": "^react/Pagination",
541531
"destination": "/components/pagination/react"
542532
},
543-
{
544-
"name": "React docs for PointerBox",
545-
"match": "^react/PointerBox",
546-
"destination": "/components/pointer-box/react"
547-
},
548533
{
549534
"name": "React docs for Popover",
550535
"match": "^react/Popover",
@@ -1000,6 +985,11 @@
1000985
"match": "^guides/status/?$",
1001986
"destination": "/product/getting-started/component-status/"
1002987
},
988+
{
989+
"name": "Redirect /guides/accessibility to /accessibility",
990+
"match": "^guides/accessibility/?$",
991+
"destination": "/accessibility/"
992+
},
1003993
{
1004994
"name": "Redirect /guides/accessibility/accessibility-at-github to /accessibility/accessibility-at-github",
1005995
"match": "^guides/accessibility/accessibility-at-github/?$",
@@ -1100,6 +1090,11 @@
11001090
"match": "^foundations/color/accessibility/?$",
11011091
"destination": "/accessibility/color-considerations/"
11021092
},
1093+
{
1094+
"name": "Redirect /foundations/color to /product/primitives/color",
1095+
"match": "^foundations/color/?$",
1096+
"destination": "/product/primitives/color/"
1097+
},
11031098
{
11041099
"name": "Redirect /foundations/primitives/getting-started to /product/primitives",
11051100
"match": "^foundations/primitives/getting-started/?$",
@@ -1225,6 +1220,11 @@
12251220
"match": "^foundations/content/?$",
12261221
"destination": "/product/getting-started/foundations/content/"
12271222
},
1223+
{
1224+
"name": "Redirect /guides/content to /product/getting-started/foundations/content",
1225+
"match": "^guides/content/?$",
1226+
"destination": "/product/getting-started/foundations/content/"
1227+
},
12281228
{
12291229
"name": "Redirect /ui-patterns/data-visualization to /product/ui-patterns/data-visualization",
12301230
"match": "^ui-patterns/data-visualization/?$",

0 commit comments

Comments
 (0)