From 3b8d9dd43aa54424e5281c0011f2b0a3fd952d4c Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 16 Dec 2015 12:20:50 -0800 Subject: [PATCH] chore(fixes): fix cheatsheet routing and a typo closes #561 --- firebase.json | 4 ++++ public/docs/ts/latest/guide/structural-directives.jade | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index f148f575ec..5685bbafc5 100644 --- a/firebase.json +++ b/firebase.json @@ -26,6 +26,10 @@ "source": "/cheatsheet", "destination": "/docs/ts/latest/guide/cheatsheet.html" }, + { + "source": "/cheatsheet.json", + "destination": "/docs/ts/latest/guide/cheatsheet.json" + }, { "source": "/AngularCheatSheet_Letter.pdf", "destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf" diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 7cf6392ed0..cc5e2a3cb2 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -244,7 +244,8 @@ figure.image-display :marked ### Selector brackets [ ] The CSS syntax for selecting an attribute is a name in square brackets. - We surround our directive name in square brackets. See *Directive configuration* on the [cheatsheet](cheatsheet). + We surround our directive name in square brackets. See *Directive configuration* on the + [cheatsheet](cheatsheet.html). ### Selector name prefixes