1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(docs): fix some deno.land/manual broken urls (#24557)

Fixing some broken urls found after the docs migration
This commit is contained in:
Igor Borisoglebski 2024-07-15 11:08:45 +00:00 committed by GitHub
parent 8754a01d43
commit 9128cc9850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -4979,7 +4979,7 @@ declare namespace Deno {
/** The permission descriptor for the `allow-ffi` and `deny-ffi` permissions, which controls
* access to loading _foreign_ code and interfacing with it via the
* [Foreign Function Interface API](https://deno.land/manual/runtime/ffi_api)
* [Foreign Function Interface API](https://docs.deno.com/runtime/manual/runtime/ffi_api)
* available in Deno. The option `path` allows scoping the permission to a
* specific path on the host.
*

View file

@ -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

View file

@ -94,7 +94,7 @@ switch (command) {
update
Update the \`expectation.json\` to match the current reality.
More details at https://deno.land/manual@main/contributing/web_platform_tests
More details at https://docs.deno.com/runtime/manual/references/contributing/web_platform_tests
`);
break;