From be068b8c17dc084cc7d25677008f1d23b3f6c91f Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Wed, 20 Nov 2024 06:58:52 +0900 Subject: [PATCH] fix: wpt document URL --- tests/wpt/wpt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/wpt.ts b/tests/wpt/wpt.ts index b13a10cf4c3690..26531efea04388 100755 --- a/tests/wpt/wpt.ts +++ b/tests/wpt/wpt.ts @@ -98,7 +98,7 @@ switch (command) { update Update the \`expectation.json\` to match the current reality. -More details at https://docs.deno.com/runtime/manual/references/contributing/web_platform_tests +More details at https://docs.deno.com/runtime/contributing/web_platform_tests/ `); break;