From 9970094fcbd70e33396998f7434c7816a64e63b6 Mon Sep 17 00:00:00 2001 From: Josh Kramer Date: Sun, 25 Sep 2016 21:55:14 -0400 Subject: [PATCH] Fix broken link to DatePipe docs (#2452) 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