From 3a45a7a070af81f90800bb75503866e977dc47ba Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 6 Jul 2016 14:56:08 -0700 Subject: [PATCH] Revert "chore(glossary/ts): redirect old glossary to correct location within the guide folder" This reverts commit 962b215048fb8a0d4d948ece56856e11b929b57d. --- firebase.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/firebase.json b/firebase.json index 80ebf15663..069b61f208 100644 --- a/firebase.json +++ b/firebase.json @@ -20,13 +20,7 @@ }, { "source": "/docs/ts/latest/guide/setup.html", - "destination": "/docs/ts/latest/index.html", - "type": 301 - }, - { - "source": "/docs/ts/latest/glossary.html", - "destination": "/docs/ts/latest/guide/glossary.html", - "type": 301 + "destination": "/docs/ts/latest/index.html" }, { "source": "/docs/ts/latest/testing",