From 0d416fecf460b6e3be3a654f73750489b9fb49b2 Mon Sep 17 00:00:00 2001 From: Josh Kramer Date: Thu, 22 Sep 2016 20:53:07 -0400 Subject: [PATCH] Fix broken link to DatePipe docs Fixes issue #2451 --- 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 615eed60f6..76f675c119 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -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