From ea11e1593d843999ce3dd1326336df7726d398aa Mon Sep 17 00:00:00 2001 From: Bentaimia Haddadi Date: Thu, 29 Feb 2024 18:37:20 +0100 Subject: [PATCH] Fix doc link Signed-off-by: Bentaimia Haddadi --- components/script/dom/htmlimageelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/htmlimageelement.rs b/components/script/dom/htmlimageelement.rs index eddd777ef46..1ea375098ba 100644 --- a/components/script/dom/htmlimageelement.rs +++ b/components/script/dom/htmlimageelement.rs @@ -920,7 +920,7 @@ impl HTMLImageElement { } } - /// Step 2-2.2 of https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decode + /// Step 2-2.2 of fn decode_image_data_sync(&self, promise: &Rc) { let document = document_from_node(self); let window = document.window();