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

Commit 2aa46a9

Browse files
chalinfilipesilva
authored andcommitted
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`).
1 parent a4015ab commit 2aa46a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ block includes
5656

5757
.l-sub-section
5858
:marked
59-
Learn more about these and many other built-in pipes in the [API Reference](../api/#!?apiFilter=pipe);
59+
Learn more about these and many other built-in pipes in the [API Reference](../api/#!?query=pipe);
6060
filter for entries that include the word "pipe".
6161

6262
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
103103

104104
.l-sub-section
105105
:marked
106-
Learn more about the `DatePipes` format options in the [API Docs](../api/common/index/DatePipe-pipe.html).
106+
Learn more about the `DatePipe` format options in the [API Docs](../api/common/index/DatePipe-pipe.html).
107107

108108
:marked
109109
## Chaining pipes
@@ -437,7 +437,7 @@ a#pure-pipe-pure-fn
437437
into our templates expressions to enrich the appeal and usability
438438
of our views.
439439

440-
Explore Angular's inventory of built-in pipes in the [API Reference](../api/#!?apiFilter=pipe).
440+
Explore Angular's inventory of built-in pipes in the [API Reference](../api/#!?query=pipe).
441441
Try writing a custom pipe and perhaps contributing it to the community.
442442

443443
a(id="no-filter-pipe")

0 commit comments

Comments
 (0)