diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b7ac4df3..e35a0c35 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,11 +8,11 @@ understand what's going on and fix the issue. I'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to -learn how: http://kcd.im/pull-request +learn how: https://kcd.im/pull-request If this is an issue with the documentation, please file an issue in the docs repo: -https://github.com/alexkrolick/testing-library-docs +https://github.com/testing-library/testing-library-docs --> @@ -22,7 +22,7 @@ https://github.com/alexkrolick/testing-library-docs Relevant code or config -```javascript +```js ``` What you did: @@ -32,7 +32,7 @@ What happened: Reproduction repository: -https://github.com/alexkrolick/dom-testing-library-template +https://github.com/testing-library/dom-testing-library-template ### Describe the feature you'd like: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c08fe410..e0e348bf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ Also, please make sure you're familiar with and follow the instructions in the contributing guidelines (found in the CONTRIBUTING.md file). If you're new to contributing to open source projects, you might find this free -video course helpful: http://kcd.im/pull-request +video course helpful: https://kcd.im/pull-request Please fill out the information below to expedite the review and (hopefully) merge of your pull request! @@ -35,8 +35,9 @@ merge of your pull request! - [ ] Documentation added to the - [docs site](https://github.com/alexkrolick/testing-library-docs) -- [ ] I've prepared a PR for types targetting https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__dom + [docs site](https://github.com/testing-library/testing-library-docs) +- [ ] I've prepared a PR for types targeting + [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__dom) - [ ] Tests - [ ] Ready to be merged diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 070cb5f6..30076968 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -69,7 +69,8 @@ members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 1.4, available at [http://contributor-covenant.org/version/1/4][version] +version 1.4, available at +[https://contributor-covenant.org/version/1/4][version] -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ +[homepage]: https://contributor-covenant.org +[version]: https://contributor-covenant.org/version/1/4/ diff --git a/package.json b/package.json index 115e96de..87f2a314 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "end-to-end", "e2e" ], - "author": "Kent C. Dodds (http://kentcdodds.com/)", + "author": "Kent C. Dodds (https://kentcdodds.com/)", "license": "MIT", "engines": { "node": ">=8"