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: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.deno.ns.d.ts') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index ae8d4acf8..d08ac1a94 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. * -- cgit v1.2.3