summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-11 07:26:35 +1000
committerGitHub <noreply@github.com>2024-04-10 17:26:35 -0400
commitc6f1107e9c8835389479f4f2d80d3539d23df41e (patch)
tree4fdf2e9c02d23364cae0aab9021d1655274d1d5c /README.md
parent7c5745a204637f12e53e62821c6e7e91fee21fbe (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f05e94b89..102319f4f 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,8 @@ Learn more about writing and running Deno programs
- **[Deno Docs](https://docs.deno.com)**: official guides and reference docs for
the Deno runtime, [Deno Deploy](https://deno.com/deploy), and beyond.
-- **[Deno Standard Library](https://deno.land/std)**: officially supported
- common utilities for Deno programs.
+- **[Deno Standard Library](https://jsr.io/@std)**: officially supported common
+ utilities for Deno programs.
- **[deno.land/x](https://deno.land/x)**: registry for third-party Deno modules.
- **[Developer Blog](https://deno.com/blog)**: Product updates, tutorials, and
more from the Deno team.