Docs: fix any remaining redirects

This commit is contained in:
Lovell Fuller 2020-01-16 20:57:02 +00:00
parent 78906e6551
commit b4135ac9b3

View File

@ -21,7 +21,12 @@
], ],
"redirects": [ "redirects": [
{ {
"source": "**/install**", "source": "**/install/**",
"destination": "/install",
"type": 301
},
{
"source": "/page/install",
"destination": "/install", "destination": "/install",
"type": 301 "type": 301
}, },
@ -71,17 +76,27 @@
"type": 301 "type": 301
}, },
{ {
"source": "**/api**", "source": "/page/api",
"destination": "/api-constructor", "destination": "/api-constructor",
"type": 301 "type": 301
}, },
{ {
"source": "**/performance**", "source": "**/performance/**",
"destination": "/performance", "destination": "/performance",
"type": 301 "type": 301
}, },
{ {
"source": "**/changelog**", "source": "/page/performance",
"destination": "/performance",
"type": 301
},
{
"source": "**/changelog/**",
"destination": "/changelog",
"type": 301
},
{
"source": "/page/changelog",
"destination": "/changelog", "destination": "/changelog",
"type": 301 "type": 301
}, },