Skip to content

Commit d255df0

Browse files
authored
fix: update github urls to reflect ownership transfer. (#12)
* fix: updated references to github urls to reflect ownership tranfer. * update twitter link
1 parent 97cc65e commit d255df0

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<h1>testcafe-testing-library</h1>
33

44
<a href="https://www.emojione.com/emoji/1f405">
5-
<img height="80" width="80" alt="goat" src="https://raw.githubusercontent.com/benmonro/testcafe-testing-library/master/other/goat.png" />
5+
<img height="80" width="80" alt="goat" src="https://raw.githubusercontent.com/testing-library/testcafe-testing-library/master/other/goat.png" />
66
</a>
77

88
<p>Testcafe selectors and utilities that encourage good testing practices laid down by dom-testing-library.</p>
99

10-
***Please go upvote this issue in testcafe to help make this library better*** https://github.com/DevExpress/testcafe/issues/3758
10+
**_Please go upvote this issue in testcafe to help make this library better_** https://github.com/DevExpress/testcafe/issues/3758
1111

1212
[**Read the docs**](https://testing-library.com/docs/testcafe-testing-library/intro) | [Edit the docs](https://github.com/alexkrolick/testing-library-docs)
1313

@@ -21,7 +21,6 @@
2121
[![MIT License][license-badge]][license]
2222
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
2323

24-
2524
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)
2625
[![PRs Welcome][prs-badge]][prs]
2726
[![Code of Conduct][coc-badge]][coc]
@@ -82,7 +81,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8281

8382
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
8483
<!-- prettier-ignore -->
85-
<table><tr><td align="center"><a href="https://github.com/benmonro"><img src="https://avatars3.githubusercontent.com/u/399236?v=4" width="100px;" alt="Ben Monro"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href="https://github.com/benmonro/testcafe-testing-library/commits?author=benmonro" title="Documentation">📖</a> <a href="https://github.com/benmonro/testcafe-testing-library/commits?author=benmonro" title="Code">💻</a> <a href="https://github.com/benmonro/testcafe-testing-library/commits?author=benmonro" title="Tests">⚠️</a> <a href="#infra-benmonro" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-benmonro" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://kentcdodds.com"><img src="https://avatars0.githubusercontent.com/u/1500684?v=4" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-kentcdodds" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/benmonro/testcafe-testing-library/commits?author=kentcdodds" title="Code">💻</a></td> <td align="center"><a href="https://twitter.com/miherlosev"><img src="https://avatars2.githubusercontent.com/u/4133518?v=4" width="100px;" alt="Mikhail Losev"/><br /><sub><b>Mikhail Losev</b></sub></a><br /><a href="https://github.com/benmonro/testcafe-testing-library/commits?author=miherlosev" title="Code">💻</a> <a href="#question-miherlosev" title="Answering Questions">💬</a></td></tr></table>
84+
<table><tr><td align="center"><a href="https://github.com/benmonro"><img src="https://avatars3.githubusercontent.com/u/399236?v=4" width="100px;" alt="Ben Monro"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href="https://github.com/testing-library/testcafe-testing-library/commits?author=benmonro" title="Documentation">📖</a> <a href="https://github.com/testing-library/testcafe-testing-library/commits?author=benmonro" title="Code">💻</a> <a href="https://github.com/testing-library/testcafe-testing-library/commits?author=benmonro" title="Tests">⚠️</a> <a href="#infra-benmonro" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-benmonro" title="Ideas, Planning, & Feedback">🤔</a></td><td align="center"><a href="https://kentcdodds.com"><img src="https://avatars0.githubusercontent.com/u/1500684?v=4" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-kentcdodds" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/testing-library/testcafe-testing-library/commits?author=kentcdodds" title="Code">💻</a></td> <td align="center"><a href="https://twitter.com/miherlosev"><img src="https://avatars2.githubusercontent.com/u/4133518?v=4" width="100px;" alt="Mikhail Losev"/><br /><sub><b>Mikhail Losev</b></sub></a><br /><a href="https://github.com/testing-library/testcafe-testing-library/commits?author=miherlosev" title="Code">💻</a> <a href="#question-miherlosev" title="Answering Questions">💬</a></td></tr></table>
8685

8786
<!-- ALL-CONTRIBUTORS-LIST:END -->
8887

@@ -94,26 +93,26 @@ MIT
9493

9594
[npm]: https://www.npmjs.com/
9695
[node]: https://nodejs.org
97-
[build-badge]: https://img.shields.io/travis/benmonro/testcafe-testing-library.svg?style=flat-square
98-
[build]: https://travis-ci.org/benmonro/testcafe-testing-library
99-
[coverage]: https://codecov.io/github/benmonro/testcafe-testing-library
96+
[build-badge]: https://img.shields.io/travis/testing-library/testcafe-testing-library.svg?style=flat-square
97+
[build]: https://travis-ci.org/testing-library/testcafe-testing-library
98+
[coverage]: https://codecov.io/github/testing-library/testcafe-testing-library
10099
[version-badge]: https://img.shields.io/npm/v/testcafe-testing-library.svg?style=flat-square
101100
[package]: https://www.npmjs.com/package/testcafe-testing-library
102101
[downloads-badge]: https://img.shields.io/npm/dm/testcafe-testing-library.svg?style=flat-square
103102
[npmtrends]: http://www.npmtrends.com/testcafe-testing-library
104103
[license-badge]: https://img.shields.io/npm/l/testcafe-testing-library.svg?style=flat-square
105-
[license]: https://github.com/benmonro/testcafe-testing-library/blob/master/LICENSE
104+
[license]: https://github.com/testing-library/testcafe-testing-library/blob/master/LICENSE
106105
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
107106
[prs]: http://makeapullrequest.com
108107
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
109108
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
110-
[coc]: https://github.com/benmonro/testcafe-testing-library/blob/master/other/CODE_OF_CONDUCT.md
111-
[github-watch-badge]: https://img.shields.io/github/watchers/benmonro/testcafe-testing-library.svg?style=social
112-
[github-watch]: https://github.com/benmonro/testcafe-testing-library/watchers
113-
[github-star-badge]: https://img.shields.io/github/stars/benmonro/testcafe-testing-library.svg?style=social
114-
[github-star]: https://github.com/benmonro/testcafe-testing-library/stargazers
115-
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20testcafe-testing-library%20by%20%40benmonro%20https%3A%2F%2Fgithub.com%2Fbenmonro%2Ftestcafe-testing-library%20%F0%9F%91%8D
116-
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/benmonro/testcafe-testing-library.svg?style=social
109+
[coc]: https://github.com/testing-library/testcafe-testing-library/blob/master/other/CODE_OF_CONDUCT.md
110+
[github-watch-badge]: https://img.shields.io/github/watchers/testing-library/testcafe-testing-library.svg?style=social
111+
[github-watch]: https://github.com/testing-library/testcafe-testing-library/watchers
112+
[github-star-badge]: https://img.shields.io/github/stars/testing-library/testcafe-testing-library.svg?style=social
113+
[github-star]: https://github.com/testing-library/testcafe-testing-library/stargazers
114+
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20testcafe-testing-library%20by%20%40benmonro%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Ftestcafe-testing-library%20%F0%9F%91%8D
115+
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/testing-library/testcafe-testing-library.svg?style=social
117116
[emojis]: https://github.com/benmonro/all-contributors#emoji-key
118117
[all-contributors]: https://github.com/all-contributors/all-contributors
119118
[dom-testing-library]: https://github.com/testing-library/dom-testing-library

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/benmonro/testcafe-testing-library.git"
37+
"url": "https://github.com/testing-library/testcafe-testing-library.git"
3838
}
3939
}

0 commit comments

Comments
 (0)