From aadcfc34791d1366df63ef459e05bc68ee0cf4be Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 30 Jan 2017 13:57:33 +0000 Subject: [PATCH] fix(sidebar): fix deployment chapter link /cc @foxandcss --- public/docs/ts/latest/guide/_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 7a57826ea8..51697dd32b 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -153,7 +153,7 @@ "intro": "Pipes transform displayed values within a template." }, - "production-deploy": { + "deployment": { "title": "Deployment", "intro": "Learn how to deploy your Angular app." },