Update any remaining documentation links

This commit is contained in:
Lovell Fuller
2020-01-16 20:52:19 +00:00
parent ba29ba1ab7
commit 78906e6551
3 changed files with 13 additions and 8 deletions

View File

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