From c6f1107e9c8835389479f4f2d80d3539d23df41e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 11 Apr 2024 07:26:35 +1000 Subject: chore: update references to `deno_std` to use JSR (#23239) There are more uses of `deno.land/std` in the codebase, but for URL parsing purposes rather than network calls or documentation. --- ext/io/12_io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/io/12_io.js b/ext/io/12_io.js index f73cb57a6..c43117cef 100644 --- a/ext/io/12_io.js +++ b/ext/io/12_io.js @@ -40,7 +40,7 @@ async function copy( internals.warnOnDeprecatedApi( "Deno.copy()", new Error().stack, - "Use `copy()` from `https://deno.land/std/io/copy.ts` instead.", + "Use `copy()` from `https://jsr.io/@std/io/doc/copy/~` instead.", ); let n = 0; const bufSize = options?.bufSize ?? DEFAULT_BUFFER_SIZE; -- cgit v1.2.3