Skip to content

Commit 158faee

Browse files
committed
fix: pr feedback
1 parent 8eef0e5 commit 158faee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/node/fetch/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const fetch: Client = {
99
info: {
1010
key: 'fetch',
1111
title: 'fetch',
12-
link: 'https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch',
12+
link: 'https://nodejs.org/docs/latest/api/globals.html#fetch',
1313
description: 'Perform asynchronous HTTP requests with the Fetch API',
1414
extname: '.js',
1515
},

0 commit comments

Comments
 (0)