Skip to content

Commit da9aeb6

Browse files
committed
Update reference to Test-Driven Javascript recommendation
Avoids issue with expired certificate on tddjs.com
1 parent 8122a5b commit da9aeb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ You've seen the most common tasks people tackle with Sinon.JS, yet we've only sc
283283
- [Testing Backbone applications with Jasmine and Sinon](https://tinnedfruit.com/writing/testing-backbone-apps-with-jasmine-sinon.html)
284284
- [Sinon.JS fake server live demo](https://github.com/ducin/sinon-backend-less-demo)
285285

286-
Christian Johansen's book [Test-Driven JavaScript Development][tddjs] covers some of the design philosophy and initial sketches for Sinon.JS.
286+
Sinon's "father", Christian Johansen, wrote the book on [Test-Driven JavaScript Development][tddjs], which covers some of the design philosophy and initial sketches for Sinon.JS.
287287

288288
[fakes]: /releases/v{{current_major}}/fakes
289289
[fakexhr]: /releases/v{{current_major}}/fake-xhr-and-server
290290
[fakeserver]: /releases/v{{current_major}}/fake-xhr-and-server#fake-server
291291
[clock]: /releases/v{{current_major}}/fake-timers
292292
[api-docs]: /releases/v{{current_major}}
293-
[tddjs]: http://tddjs.com/
293+
[tddjs]: https://www.oreilly.com/library/view/test-driven-javascript-development/9780321684097/

0 commit comments

Comments
 (0)