diff --git a/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md b/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md index 2c5cf7282..2ca4b3e7d 100644 --- a/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md +++ b/src/data/roadmaps/angular/content/115-testing-angular-apps/100-testing-pipes.md @@ -4,6 +4,6 @@ An Angular Pipe is a special function that is called from a Component template. Visit the following resources to learn more: -- [@official@Angular Website]https://angular.dev/guide/testing/pipes) -- [@article@Testing-Angular.com](https://testing-angular.com/testing-pipes/) +- [@official@Testing pipes](https://angular.dev/guide/testing/pipes) +- [@article@Testing pipes examples](https://testing-angular.com/testing-pipes/) - [@feed@Explore top posts about Testing](https://app.daily.dev/tags/testing?ref=roadmapsh)