Skip to content

Commit a62309e

Browse files
authored
Docs: Update the link to the jsdom repository
Closes gh-4684
1 parent 88eb22e commit a62309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fixtures/README.md

+1-1
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)