Skip to content

Commit f6a75d5

Browse files
committed
Docs: Dogfood the "Tested with QUnit" badge
1 parent 038672d commit f6a75d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anything should be added or clarified, definitely let us know.
99
If this is your first time contributing to open-source software, you might want
1010
to take a look at the [GitHub Guides](https://guides.github.com/).
1111

12-
If you get stuck or need help, you can always [chat with us](https://gitter.im/qunitjs/qunit).
12+
If you get stuck or need help, you can always [chat with us](https://app.element.io/#/room/#qunitjs_qunit:gitter.im).
1313

1414
## Where to begin
1515

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Continuous integration](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml/badge.svg)](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml)
66
[![Test coverage](https://coveralls.io/repos/qunitjs/qunit/badge.svg)](https://coveralls.io/github/qunitjs/qunit)
7-
[![Chat on Matrix](https://badges.gitter.im/Join%20Chat.svg)](https://app.element.io/#/room/#qunitjs_qunit:gitter.im)
7+
[![Tested with QUnit](https://qunitjs.com/testedwith.svg)](https://qunitjs.com/badge/)
88
[![npm](https://img.shields.io/npm/v/qunit.svg?style=flat)](https://www.npmjs.com/package/qunit)
99
[![Reproducible build status](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96)](https://github.com/qunitjs/qunit/actions/workflows/reproducible.yaml)
1010
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/5751/badge)](https://www.bestpractices.dev/projects/5751)

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ These are the official [release channels](intro.md#download) for QUnit:
8686

8787
## Join the Community
8888

89-
<p class="lead lead--center" markdown="1">Join us on [Mastodon](https://fosstodon.org/@qunit), [Twitter](https://twitter.com/qunitjs), or [Matrix chat](https://gitter.im/qunitjs/qunit).</p>
89+
<p class="lead lead--center" markdown="1">Join us on [Mastodon](https://fosstodon.org/@qunit), [Twitter](https://twitter.com/qunitjs), or [Matrix chat](https://app.element.io/#/room/#qunitjs_qunit:gitter.im).</p>
9090

9191
To contribute:
9292

docs/upgrade-guide-2.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ QUnit.assert.mod2 = function (value, expected, message) {
216216

217217
### Removed `QUnit.init` without replacement
218218

219-
This method used to reinitialize the test runner. It should never have been exposed as a public method and is now gone, without replacement. If you've built an integration or runner framework that requires the use of `QUnit.init`, reach out in our [Chat room](https://gitter.im/qunitjs/qunit), or contact us in the [issue tracker](https://github.com/qunitjs/qunit/issues) to help find a replacement.
219+
This method used to reinitialize the test runner. It should never have been exposed as a public method and is now gone, without replacement. If you've built an integration or runner framework that requires the use of `QUnit.init`, reach out in our [Chat room](https://app.element.io/#/room/#qunitjs_qunit:gitter.im), or contact us in the [issue tracker](https://github.com/qunitjs/qunit/issues) to help find a replacement.
220220

221221
### Removed `QUnit.reset`
222222

0 commit comments

Comments
 (0)