Skip to content

Commit f7fed7e

Browse files
committed
Docs: Update the link to the jsdom repository
Closes gh-4684 (cherry picked from commit a62309e)
1 parent 205dd13 commit f7fed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fixtures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To include jQuery in [Node](https://nodejs.org/), first install with npm.
5353
npm install jquery
5454
```
5555

56-
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.
56+
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.
5757

5858
```js
5959
const { JSDOM } = require( "jsdom" );

0 commit comments

Comments
 (0)