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:
parent
8754a01d43
commit
9128cc9850
3 changed files with 3 additions and 3 deletions
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue