Fix broken link to DatePipe docs (#2452)

Fixes issue #2451
This commit is contained in:
Josh Kramer 2016-09-25 21:55:14 -04:00 committed by Ward Bell
parent 6def9505cc
commit 9970094fcb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ block includes
:marked
Inside the interpolation expression we flow the component's `birthday` value through the
[pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-class.html)
[pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-pipe.html)
function on the right. All pipes work this way.
.l-sub-section