Skip to content

Commit c14e587

Browse files
authored
docs(angular): update link to Angular examples
The angular example repo was recently migrated to Nx, which broke the link from this repo to those examples
1 parent 5560e6e commit c14e587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-testing-library/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('Counter', () => {
6060
```
6161

6262
More examples can be found in the
63-
[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/src/app/examples).
63+
[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/app/examples).
6464
These examples include:
6565

6666
- `@Input` and `@Output` properties

0 commit comments

Comments
 (0)