From c14e587ef570734e92356af7e1e1c4b87208a5a9 Mon Sep 17 00:00:00 2001 From: Graham Holtslander Date: Tue, 7 Jul 2020 15:50:39 -0600 Subject: [PATCH] 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 --- docs/angular-testing-library/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular-testing-library/examples.md b/docs/angular-testing-library/examples.md index 232ad4797..c4eee4601 100644 --- a/docs/angular-testing-library/examples.md +++ b/docs/angular-testing-library/examples.md @@ -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/src/app/examples). +[GitHub project](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/app/examples). These examples include: - `@Input` and `@Output` properties