diff options
Diffstat (limited to 'components/script/dom/bindings/str.rs')
-rw-r--r-- | components/script/dom/bindings/str.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/bindings/str.rs b/components/script/dom/bindings/str.rs index f97306784ed..38dbfde38cf 100644 --- a/components/script/dom/bindings/str.rs +++ b/components/script/dom/bindings/str.rs @@ -151,9 +151,9 @@ pub fn is_token(s: &[u8]) -> bool { /// A DOMString. /// -/// This type corresponds to the [`DOMString`](idl) type in WebIDL. +/// This type corresponds to the [`DOMString`] type in WebIDL. /// -/// [idl]: https://heycam.github.io/webidl/#idl-DOMString +/// [`DOMString`]: https://webidl.spec.whatwg.org/#idl-DOMString /// /// Conceptually, a DOMString has the same value space as a JavaScript String, /// i.e., an array of 16-bit *code units* representing UTF-16, potentially with |