diff --git a/public/docs/ts/latest/guide/pipes.jade b/public/docs/ts/latest/guide/pipes.jade index 2138f5e541..3cd9d66f9f 100644 --- a/public/docs/ts/latest/guide/pipes.jade +++ b/public/docs/ts/latest/guide/pipes.jade @@ -56,7 +56,7 @@ block includes .l-sub-section :marked - Learn more about these and many other built-in pipes in the [API Reference](../api/#!?apiFilter=pipe); + Learn more about these and many other built-in pipes in the [API Reference](../api/#!?query=pipe); filter for entries that include the word "pipe". Angular doesn't have a `FilterPipe` or an `OrderByPipe` for reasons explained in an [appendix below](#no-filter-pipe). @@ -103,7 +103,7 @@ figure.image-display .l-sub-section :marked - Learn more about the `DatePipes` format options in the [API Docs](../api/common/index/DatePipe-pipe.html). + Learn more about the `DatePipe` format options in the [API Docs](../api/common/index/DatePipe-pipe.html). :marked ## Chaining pipes @@ -437,7 +437,7 @@ a#pure-pipe-pure-fn into our templates expressions to enrich the appeal and usability of our views. - Explore Angular's inventory of built-in pipes in the [API Reference](../api/#!?apiFilter=pipe). + Explore Angular's inventory of built-in pipes in the [API Reference](../api/#!?query=pipe). Try writing a custom pipe and perhaps contributing it to the community. a(id="no-filter-pipe")