From 395f527238f31d312b91955a66bc25bc0a6d11fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Wed, 16 Mar 2022 10:17:50 +0800 Subject: [PATCH] chore(ext/webidl): change spec link (#13960) --- ext/webidl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/webidl/README.md b/ext/webidl/README.md index ce2d661e36..cc4ccc6e98 100644 --- a/ext/webidl/README.md +++ b/ext/webidl/README.md @@ -3,4 +3,4 @@ This crate implements WebIDL for Deno. It consists of infrastructure to do ECMA -> WebIDL conversions. -Spec: https://heycam.github.io/webidl/ +Spec: https://webidl.spec.whatwg.org/