From 962b215048fb8a0d4d948ece56856e11b929b57d Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 6 Jul 2016 00:07:18 -0700 Subject: [PATCH] chore(glossary/ts): redirect old glossary to correct location within the guide folder --- firebase.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 069b61f208..80ebf15663 100644 --- a/firebase.json +++ b/firebase.json @@ -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",