]> source.dussan.org Git - jquery.git/commitdiff
Docs: Update the link to the jsdom repository
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Sat, 25 Apr 2020 18:47:25 +0000 (20:47 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Sat, 25 Apr 2020 18:48:34 +0000 (20:48 +0200)
Closes gh-4684

(cherry picked from commit a62309e01b3c76d2b73560ca666c454b7bbfcb77)

build/fixtures/README.md

index 101c3addb7e558eb5de0d395947b7da21747c22e..195fef67a61323577c158275db1332fa304596e5 100644 (file)
@@ -53,7 +53,7 @@ To include jQuery in [Node](https://nodejs.org/), first install with npm.
 npm install jquery
 ```
 
-For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/tmpvar/jsdom). This can be useful for testing purposes.
+For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.
 
 ```js
 const { JSDOM } = require( "jsdom" );