Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 962b215

Browse files
committed
chore(glossary/ts): redirect old glossary to correct location within the guide folder
1 parent 7f991dc commit 962b215

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

firebase.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
},
2121
{
2222
"source": "/docs/ts/latest/guide/setup.html",
23-
"destination": "/docs/ts/latest/index.html"
23+
"destination": "/docs/ts/latest/index.html",
24+
"type": 301
25+
},
26+
{
27+
"source": "/docs/ts/latest/glossary.html",
28+
"destination": "/docs/ts/latest/guide/glossary.html",
29+
"type": 301
2430
},
2531
{
2632
"source": "/docs/ts/latest/testing",

0 commit comments

Comments
 (0)