diff --git a/aio/content/guide/pipes.md b/aio/content/guide/pipes.md index 118502795b..0ff418003d 100644 --- a/aio/content/guide/pipes.md +++ b/aio/content/guide/pipes.md @@ -496,7 +496,7 @@ Remember that impure pipes are called every few milliseconds. If you're not careful, this pipe will punish the server with requests. In the following code, the pipe only calls the server when the request URL changes and it caches the server response. -The code uses the [Angular http](guide/http) client to retrieve data: +The code uses the [Angular http](guide/http) client to retrieve data: