diff --git a/History.md b/History.md index 040b1d9fa..48684478a 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/docs/_posts/2025-01-20-qunit-2-24-0.md b/docs/_posts/2025-01-20-qunit-2-24-0.md index 802bd592d..468f04f56 100644 --- a/docs/_posts/2025-01-20-qunit-2-24-0.md +++ b/docs/_posts/2025-01-20-qunit-2-24-0.md @@ -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)