diff options
author | Igor Borisoglebski <161773052+igorbdl@users.noreply.github.com> | 2024-07-15 11:08:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 11:08:45 +0000 |
commit | 9128cc98504676a9142869743d6ab1dc319da2ce (patch) | |
tree | 9c9b7d6f12cd1cceb86ce9e08fa94e20da22a6fd /ext/kv | |
parent | 8754a01d43782654c3d32945f6d58f7a40c01b69 (diff) |
fix(docs): fix some deno.land/manual broken urls (#24557)
Fixing some broken urls found after the docs migration
Diffstat (limited to 'ext/kv')
-rw-r--r-- | ext/kv/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kv/README.md b/ext/kv/README.md index 21c8e9e72..fc52c04d9 100644 --- a/ext/kv/README.md +++ b/ext/kv/README.md @@ -1,7 +1,7 @@ # deno_kv This crate provides a key/value store for Deno. For an overview of Deno KV, -please read the [manual](https://deno.land/manual/runtime/kv). +please read the [manual](https://docs.deno.com/deploy/kv/manual). ## Storage Backends |