From 6711b0e0f8e45a66b5d7c800eec118c8d14807ff Mon Sep 17 00:00:00 2001 From: Arjen Date: Thu, 15 Apr 2021 14:22:01 +0200 Subject: [PATCH] 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 --- docs/angular-testing-library/examples.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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