diff options
author | 木杉 <zhmushan@qq.com> | 2022-03-16 10:17:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 03:17:50 +0100 |
commit | 395f527238f31d312b91955a66bc25bc0a6d11fb (patch) | |
tree | 131af1c80b0c7ce9e898b4c9a78771c7fe1c17fa | |
parent | 748aff1e946a057820f1cb219344baf44a870fc1 (diff) |
chore(ext/webidl): change spec link (#13960)
-rw-r--r-- | ext/webidl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webidl/README.md b/ext/webidl/README.md index ce2d661e3..cc4ccc6e9 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/ |