From 9128cc98504676a9142869743d6ab1dc319da2ce Mon Sep 17 00:00:00 2001 From: Igor Borisoglebski <161773052+igorbdl@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:08:45 +0000 Subject: [PATCH] fix(docs): fix some deno.land/manual broken urls (#24557) Fixing some broken urls found after the docs migration --- cli/tsc/dts/lib.deno.ns.d.ts | 2 +- ext/kv/README.md | 2 +- tests/wpt/wpt.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index ae8d4acf8d..d08ac1a940 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -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. * diff --git a/ext/kv/README.md b/ext/kv/README.md index 21c8e9e724..fc52c04d99 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 diff --git a/tests/wpt/wpt.ts b/tests/wpt/wpt.ts index f6d1911033..161ea1af92 100755 --- a/tests/wpt/wpt.ts +++ b/tests/wpt/wpt.ts @@ -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;