Skip to content

Commit 6711b0e

Browse files
authored
Adjust url to the github example-ap
The url of the example-app has changed due to changes in the structure of the example-app. Code is moved to the `example-app/src` folder
1 parent c276727 commit 6711b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular-testing-library/examples.mdx

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/apps/example-app/app/examples).
63+
[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/src/app/examples).
6464
These examples include:
6565

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

0 commit comments

Comments
 (0)