Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

-->

Expand All @@ -22,7 +22,7 @@ https://github.com/alexkrolick/testing-library-docs

Relevant code or config

```javascript
```js
```

What you did:
Expand All @@ -32,7 +32,7 @@ What happened:
<!-- Please provide the full error message/screenshots/anything -->

Reproduction repository:
https://github.com/alexkrolick/dom-testing-library-template
https://github.com/testing-library/dom-testing-library-template

<!--
If possible, please create a repository that reproduces the issue with the
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ about: Bugs, missing documentation, or unexpected behavior 🤔.
We'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
tutorial to 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/testing-library/testing-library-docs
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ to work on.

It'd be great if after the discussion you're the one who submits the PR that
implements this feature. If you've never done that before, that's great! Check
this free short video tutorial to learn how: http://kcd.im/pull-request
this free short video tutorial to 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
-->

### Describe the feature you'd like:
Expand Down
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -35,8 +35,9 @@ merge of your pull request!
<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->

- [ ] 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
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
Expand Down
7 changes: 4 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"end-to-end",
"e2e"
],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"author": "Kent C. Dodds <kent@doddsfamily.us> (https://kentcdodds.com/)",
"license": "MIT",
"engines": {
"node": ">=8"
Expand Down