Skip to content

Commit 0f3a022

Browse files
committed
docs(angular-pipe-intermediate): change aio links to adev
1 parent 8bf8ff5 commit 0f3a022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/content/docs/challenges/angular/9-pipe-wrapFn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A **pure** pipe is only called when the value changes.\
2929
A **impure** pipe is called every change detection cycle.
3030
:::
3131

32-
There are some useful predefined pipes like the DatePipe, UpperCasePipe and CurrencyPipe. To learn more about pipes in Angular, check the API documentation [here](https://angular.io/guide/pipes).
32+
There are some useful predefined pipes like the DatePipe, UpperCasePipe and CurrencyPipe. To learn more about pipes in Angular, check the API documentation [here]https://angular.dev/guide/pipes).
3333

3434
## Statement
3535

docs/src/content/docs/pt/challenges/angular/9-pipe-wrapFn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Um pipe **puro** é chamado apenas quando o valor muda.\
2626
Um pipe **impuro** é chamado em cada ciclo da mudança de deteccção.
2727
:::
2828

29-
Há alguns pipes pré-definidos bem úteis como DatePipe, UpperCasePipe e CurrencyPipe. Para aprender mais sobre pipes em Angular, dê uma olhada na documentação da API [aqui](https://angular.io/guide/pipes).
29+
Há alguns pipes pré-definidos bem úteis como DatePipe, UpperCasePipe e CurrencyPipe. Para aprender mais sobre pipes em Angular, dê uma olhada na documentação da API [aqui](https://angular.dev/guide/pipes).
3030

3131
## Declaração
3232

0 commit comments

Comments
 (0)