diff --git a/docs/angular-testing-library/examples.mdx b/docs/angular-testing-library/examples.mdx index c4eee4601..f3e394249 100644 --- a/docs/angular-testing-library/examples.mdx +++ b/docs/angular-testing-library/examples.mdx @@ -60,7 +60,7 @@ describe('Counter', () => { ``` More examples can be found in the -[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/app/examples). +[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/src/app/examples). These examples include: - `@Input` and `@Output` properties