From 54e587a46d8b96d4aa3263a42b0328b1e26529f6 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Mon, 24 Apr 2017 11:52:06 +0300 Subject: [PATCH] fix(aio): fix URL redirection for API pages --- aio/firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/firebase.json b/aio/firebase.json index 4f3b282810..cb39a06f0f 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -25,7 +25,7 @@ {"type": 301, "source": "/docs/ts/latest/cookbook/:cookbook.html", "destination": "/guide/:cookbook"}, // docs/ts/latest/api/*/index/*-type.html - {"type": 301, "source": "/docs/ts/latest/api/:package/index/:api-type.html", "destination": "/api/:package/:api"}, + {"type": 301, "source": "/docs/ts/latest/api/:package/index/:api-*.html", "destination": "/api/:package/:api"}, // guide/*, tutorial/*, **/* {"type": 301, "source": "/docs/ts/latest/:any*", "destination": "/:any*"}