docs(pipes): fix link to api page w/ search box properly filled in (#3119)

The link to the API Reference page with the search box pre-filled with
“pipe” wasn’t working anymore. This is because the API Reference search
query parameter name is now `query` (it used
to be `apiFilter`).
This commit is contained in:
Patrice Chalin 2017-01-20 08:38:50 -08:00 committed by Filipe Silva
parent a4015abc9e
commit 2aa46a9c17

View File

@ -56,7 +56,7 @@ block includes
.l-sub-section .l-sub-section
:marked :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". 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). 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 .l-sub-section
:marked :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 :marked
## Chaining pipes ## Chaining pipes
@ -437,7 +437,7 @@ a#pure-pipe-pure-fn
into our templates expressions to enrich the appeal and usability into our templates expressions to enrich the appeal and usability
of our views. 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. Try writing a custom pipe and perhaps contributing it to the community.
a(id="no-filter-pipe") a(id="no-filter-pipe")