From d40982dc68d2ee75e11ad85378705522d25338cf Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Sun, 18 Oct 2015 23:52:10 +0100 Subject: [PATCH] routing(cheatsheet): fix bad link --- firebase.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/firebase.json b/firebase.json index b0b7621c18..682298d236 100644 --- a/firebase.json +++ b/firebase.json @@ -23,18 +23,28 @@ "destination": "/docs/ts/latest/index.html" }, { - "source": "cheatsheet", + "source": "/cheatsheet", "destination": "/docs/ts/latest/guide/cheatsheet.html" }, { - "source": "/docs/js/latest/guide/cheatsheet" + "source": "/docs/js/latest/guide/cheatsheet.html", "destination": "/docs/js/latest/index.html" }, { - "source": "/docs/dart/latest/guide/cheatsheet" + "source": "/docs/dart/latest/guide/cheatsheet.html", "destination": "/docs/dart/latest/index.html" + }, + { + "source": "/AngularCheatSheet_Letter.pdf", + "destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf" + }, + { + "source": "/AngularCheatSheet_Poster.pdf", + "destination": "/docs/ts/latest/guide/AngularCheatSheet_Poster.pdf" } + + ], "ignore": [ "firebase.json",