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.