chore(glossary/ts): redirect old glossary to correct location within the guide folder

This commit is contained in:
Ward Bell 2016-07-06 00:07:18 -07:00
parent 7f991dc4f1
commit 962b215048
1 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,13 @@
},
{
"source": "/docs/ts/latest/guide/setup.html",
"destination": "/docs/ts/latest/index.html"
"destination": "/docs/ts/latest/index.html",
"type": 301
},
{
"source": "/docs/ts/latest/glossary.html",
"destination": "/docs/ts/latest/guide/glossary.html",
"type": 301
},
{
"source": "/docs/ts/latest/testing",