Skip to content

Commit 83a067a

Browse files
committed
Remove redirects for skeleton components
1 parent a7f3d15 commit 83a067a

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

redirects.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,14 +1061,9 @@
10611061
"destination": "/accessibility/patterns/primer-components/links/"
10621062
},
10631063
{
1064-
"name": "Redirect /guides/accessibility/semantic-html to /accessibility/design-guidance/semantic-html",
1065-
"match": "^guides/accessibility/semantic-html/?$",
1066-
"destination": "/accessibility/design-guidance/semantic-html/"
1067-
},
1068-
{
1069-
"name": "Redirect /accessibility/semantic-html to /accessibility/design-guidance/semantic-html",
1064+
"name": "Redirect /accessibility/semantic-html to /accessibility/design-guidance/semantic-html-and-aria",
10701065
"match": "^accessibility/semantic-html/?$",
1071-
"destination": "/accessibility/design-guidance/semantic-html/"
1066+
"destination": "/accessibility/design-guidance/semantic-html-and-aria/"
10721067
},
10731068
{
10741069
"name": "Redirect /guides/accessibility/text-resize-and-respacing to /accessibility/design-guidance/text-resize-and-spacing",
@@ -1390,16 +1385,6 @@
13901385
"match": "^components/?$",
13911386
"destination": "/product/components/"
13921387
},
1393-
{
1394-
"name": "Redirect /components/skeleton-*/figma to /products/components/skeleton-loaders/",
1395-
"match": "^components/skeleton-(.*)/figma/?",
1396-
"destination": "/product/components/skeleton-loaders/"
1397-
},
1398-
{
1399-
"name": "Redirect /components/skeleton-* to /products/components/skeleton-loaders",
1400-
"match": "^components/skeleton-(.+)",
1401-
"destination": "/product/components/skeleton-loaders"
1402-
},
14031388
{
14041389
"name": "Redirect /components/selectpanel/react/* to /product/components/select-panel/",
14051390
"match": "^components/selectpanel/react",

0 commit comments

Comments
 (0)