aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/image_cache.rs')
-rw-r--r--components/net/image_cache.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/image_cache.rs b/components/net/image_cache.rs
index 36750205053..684b57c2e20 100644
--- a/components/net/image_cache.rs
+++ b/components/net/image_cache.rs
@@ -94,7 +94,7 @@ fn set_webrender_image_key(webrender_api: &WebrenderIpcSender, image: &mut Image
// Aux structs and enums.
// ======================================================================
-/// https://html.spec.whatwg.org/multipage/#list-of-available-images
+/// <https://html.spec.whatwg.org/multipage/#list-of-available-images>
type ImageKey = (ServoUrl, ImmutableOrigin, Option<CorsSettings>);
// Represents all the currently pending loads/decodings. For