From 5a7149f49d2731112820bd3575b50c2a3721106b Mon Sep 17 00:00:00 2001 From: Bitcollage Date: Mon, 10 Aug 2020 21:58:49 +0200 Subject: [PATCH] fix: broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c807ae1..d2f85b01 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ describe('Counter', () => { }); ``` -[See more examples](https://github.com/testing-library/angular-testing-library/tree/master/src/app/examples) +[See more examples](https://github.com/testing-library/angular-testing-library/tree/master/apps/example-app/app/examples) ## Installation