Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9970094

Browse files
jkjustjoshingwardbell
authored andcommitted
Fix broken link to DatePipe docs (#2452)
Fixes issue #2451
1 parent 6def950 commit 9970094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/pipes.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ block includes
3636

3737
:marked
3838
Inside the interpolation expression we flow the component's `birthday` value through the
39-
[pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-class.html)
39+
[pipe operator](./template-syntax.html#pipe) ( | ) to the [Date pipe](../api/common/index/DatePipe-pipe.html)
4040
function on the right. All pipes work this way.
4141

4242
.l-sub-section

0 commit comments

Comments
 (0)