From 0494b141ad3aa0f8c0018838107d047646c5420a Mon Sep 17 00:00:00 2001 From: Lorefnon Date: Fri, 12 Feb 2016 20:24:42 +0530 Subject: [PATCH] docs(pipes): Fix incorrect link to template syntax closes #836 --- public/docs/ts/latest/guide/pipes.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/pipes.jade b/public/docs/ts/latest/guide/pipes.jade index 6302a744f9..ca804b151e 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -62,7 +62,7 @@ include ../../../../_includes/_util-fns :marked The parameter value can be any valid - [template expression](./template-expression.html#template-expressions) + [template expression](./template-syntax.html#template-expressions) such as a string literal or a component property. In other words, we can control the format through a binding the same way we control the birthday value through a binding.