Skip to content

Commit 818eb9d

Browse files
committed
Docs: Fix bad link in 2.24.0 release blogpost
1 parent a75a3c5 commit 818eb9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ FYI:
8484
`test/**/*.js` explicitly instead of `test/`.
8585
* 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)
8686

87-
Learn more about [Cleaner stack traces](https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/) on the QUnit Blog.
87+
Learn more about [Cleaner stack traces](https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/) on the QUnit Blog.
8888
* 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)
8989
* 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)
9090

docs/_posts/2025-01-20-qunit-2-24-0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FYI:
2424
`test/**/*.js` explicitly instead of `test/`.
2525
* 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)
2626

27-
Learn more about [Cleaner stack traces](https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/) on the QUnit Blog.
27+
Learn more about [Cleaner stack traces](https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/) on the QUnit Blog.
2828
* 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)
2929
* 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)
3030

0 commit comments

Comments
 (0)