Skip to content

Commit

Permalink
Docs: Fix bad link in 2.24.0 release blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jan 26, 2025
1 parent a75a3c5 commit 818eb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ FYI:
`test/**/*.js` explicitly instead of `test/`.
* CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. [#1795](https://github.com/qunitjs/qunit/pull/1795). [#1789](https://github.com/qunitjs/qunit/pull/1789)

Learn more about [Cleaner stack traces](https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/) on the QUnit Blog.
Learn more about [Cleaner stack traces](https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/) on the QUnit Blog.
* Core: Add [`QUnit.config.reporters.tap`](https://qunitjs.com/api/config/reporters/) for enabling TAP via preconfig. [#1711](https://github.com/qunitjs/qunit/issues/1711)
* Core: Add memory to the [`runEnd` event](https://qunitjs.com/api/callbacks/QUnit.on/#the-runend-event) to allow late listeners. This helps [browser integrations](https://qunitjs.com/browser/#integrations) that only relay a summary. [27a33d1593](https://github.com/qunitjs/qunit/commit/27a33d15938a601716a81a638882a16c1bd7f2b9)

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2025-01-20-qunit-2-24-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FYI:
`test/**/*.js` explicitly instead of `test/`.
* CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. [#1795](https://github.com/qunitjs/qunit/pull/1795). [#1789](https://github.com/qunitjs/qunit/pull/1789)

Learn more about [Cleaner stack traces](https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/) on the QUnit Blog.
Learn more about [Cleaner stack traces](https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/) on the QUnit Blog.
* Core: Add [`QUnit.config.reporters.tap`](https://qunitjs.com/api/config/reporters/) for enabling TAP via preconfig. [#1711](https://github.com/qunitjs/qunit/issues/1711)
* Core: Add memory to the [`runEnd` event](https://qunitjs.com/api/callbacks/QUnit.on/#the-runend-event) to allow late listeners. This helps [browser integrations](https://qunitjs.com/browser/#integrations) that only relay a summary. [27a33d1593](https://github.com/qunitjs/qunit/commit/27a33d15938a601716a81a638882a16c1bd7f2b9)

Expand Down

0 comments on commit 818eb9d

Please sign in to comment.