From c44c45a334630fe9e682c0bbcde72722d10dce0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 4 Sep 2020 18:43:51 +0800 Subject: docs: fix anchor link (#7346) --- cli/dts/lib.deno.ns.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 8bbc005e7..15b390fd1 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -1077,7 +1077,7 @@ declare namespace Deno { * Deno.chmodSync("/path/to/file", 0o666); * ``` * - * For a full description, see [chmod](#chmod) + * For a full description, see [chmod](#Deno.chmod) * * NOTE: This API currently throws on Windows * -- cgit v1.2.3