File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4979,7 +4979,7 @@ declare namespace Deno {
4979
4979
4980
4980
/** The permission descriptor for the `allow-ffi` and `deny-ffi` permissions, which controls
4981
4981
* access to loading _foreign_ code and interfacing with it via the
4982
- * [Foreign Function Interface API](https://deno.land /manual/runtime/ffi_api)
4982
+ * [Foreign Function Interface API](https://docs. deno.com/runtime /manual/runtime/ffi_api)
4983
4983
* available in Deno. The option `path` allows scoping the permission to a
4984
4984
* specific path on the host.
4985
4985
*
Original file line number Diff line number Diff line change 1
1
# deno_kv
2
2
3
3
This crate provides a key/value store for Deno. For an overview of Deno KV,
4
- please read the [ manual] ( https://deno.land/manual/runtime/kv ) .
4
+ please read the [ manual] ( https://docs. deno.com/deploy/kv/manual ) .
5
5
6
6
## Storage Backends
7
7
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ switch (command) {
94
94
update
95
95
Update the \`expectation.json\` to match the current reality.
96
96
97
- More details at https://deno.land/ manual@main /contributing/web_platform_tests
97
+ More details at https://docs. deno.com/runtime/ manual/references /contributing/web_platform_tests
98
98
99
99
` ) ;
100
100
break ;
You can’t perform that action at this time.
0 commit comments