diff --git a/README.md b/README.md index 84b80616..e12f6bba 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Calls the the Angular `TestBed.get` function. ## Usage -You can find some examples in the [tests folder](https://github.com/tdeschryver/ngx-testing-library/tree/master/projects/ngx-testing-library/tests). +You can find some examples in the [tests folder](https://github.com/timdeschryver/ngx-testing-library/tree/master/projects/ngx-testing-library/tests). Here is how "default" specifications are written with `ngx-testing-library`. @@ -177,7 +177,7 @@ MIT [npm-badge]: https://img.shields.io/npm/v/ngx-testing-library.svg [npm]: https://www.npmjs.com/package/ngx-testing-library [license-badge]: https://img.shields.io/npm/l/ngx-testing-library.svg?style=flat-square -[license]: https://github.com/tdeschryver/ngx-testing-library/blob/master/LICENSE +[license]: https://github.com/timdeschryver/ngx-testing-library/blob/master/LICENSE [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square -[coc]: https://github.com/tdeschryver/ngx-testing-library/blob/master/CODE_OF_CONDUCT.md +[coc]: https://github.com/timdeschryver/ngx-testing-library/blob/master/CODE_OF_CONDUCT.md [dom-testing-library]: https://github.com/kentcdodds/dom-testing-library diff --git a/projects/ngx-testing-library/package.json b/projects/ngx-testing-library/package.json index 2dc864af..6d6027cc 100644 --- a/projects/ngx-testing-library/package.json +++ b/projects/ngx-testing-library/package.json @@ -4,7 +4,7 @@ "description": "Test your Angular components with the dom-testing-library", "repository": { "type": "git", - "url": "git+https://github.com/tdeschryver/ngx-testing-library.git" + "url": "git+https://github.com/timdeschryver/ngx-testing-library.git" }, "keywords": [ "angular", @@ -18,9 +18,9 @@ "author": "Tim Deschryver", "license": "MIT", "bugs": { - "url": "https://github.com/tdeschryver/ngx-testing-library/issues" + "url": "https://github.com/tdeschrtimdeschryveryver/ngx-testing-library/issues" }, - "homepage": "https://github.com/tdeschryver/ngx-testing-library#readme", + "homepage": "https://github.com/timdeschryver/ngx-testing-library#readme", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0"