Skip to content

Commit 88a0604

Browse files
afontcuKent C. Dodds
authored andcommitted
Fix outdated links on templates (#333)
* Update links * Update Question.md
1 parent 3e115e8 commit 88a0604

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ you've never done that before, that's great! Check this free short video
1717
tutorial to learn how: http://kcd.im/pull-request
1818
1919
If this is an issue with the documentation, please file an issue in the docs repo:
20-
https://github.com/alexkrolick/testing-library-docs
20+
https://github.com/testing-library/testing-library-docs
2121
-->
2222

23-
- `dom-testing-library` version:
24-
- `react` version:
23+
- `DOM Testing Library` version:
2524
- `node` version:
2625
- `npm` (or `yarn`) version:
2726

@@ -45,7 +44,7 @@ var your => (code) => here;
4544
If possible, please create a repository that reproduces the issue with the
4645
minimal amount of code possible.
4746
48-
Repository template: https://github.com/alexkrolick/dom-testing-library-template
47+
Repository template: https://github.com/testing-library/dom-testing-library-template
4948
5049
Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one
5150
here: https://codesandbox.io/s/5z6x4r7n0p

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and feature requests so we recommend not using this medium to ask them here 😁
1212

1313
## ❓ Support Forums
1414

15-
- React Spectrum https://spectrum.chat/react-testing-library
15+
- React Spectrum https://spectrum.chat/testing-library
1616
- Reactiflux on Discord https://www.reactiflux.com
1717
- Stack Overflow
1818
https://stackoverflow.com/questions/tagged/react-testing-library

0 commit comments

Comments
 (0)