From bb64dad91ec383ff8caad452175983a1d8289c13 Mon Sep 17 00:00:00 2001 From: Mikhail Alabugin <137305666+1t1sCooL@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:25:17 +0300 Subject: [PATCH] docs: fix dead sinon fake-xhr link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a486b6b51..5122e1ab2 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ At this point you can modify `/src/htmx.js` to add features, and then add tests * `/test/manual` - manual tests that cannot be automated htmx uses the [mocha](https://mochajs.org/) testing framework, the [chai](https://www.chaijs.com/) assertion framework -and [sinon](https://sinonjs.org/releases/v9/fake-xhr-and-server/) to mock out AJAX requests. They are all OK. +and [sinon](https://web.archive.org/web/20250114212846/https://sinonjs.org/releases/v9/fake-xhr-and-server/) to mock out AJAX requests. They are all OK. ## haiku