Skip to content

Commit 9128cc9

Browse files
authored
fix(docs): fix some deno.land/manual broken urls (#24557)
Fixing some broken urls found after the docs migration
1 parent 8754a01 commit 9128cc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/tsc/dts/lib.deno.ns.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4979,7 +4979,7 @@ declare namespace Deno {
49794979

49804980
/** The permission descriptor for the `allow-ffi` and `deny-ffi` permissions, which controls
49814981
* 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)
49834983
* available in Deno. The option `path` allows scoping the permission to a
49844984
* specific path on the host.
49854985
*

ext/kv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# deno_kv
22

33
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).
55

66
## Storage Backends
77

tests/wpt/wpt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ switch (command) {
9494
update
9595
Update the \`expectation.json\` to match the current reality.
9696
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
9898
9999
`);
100100
break;

0 commit comments

Comments
 (0)