aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 8de25245a56..cdc6217b706 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -47,7 +47,7 @@ pub mod resource_task;
pub mod storage_task;
pub mod mime_classifier;
-/// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/)
+/// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/)
pub mod fetch {
#![allow(dead_code, unused)] // XXXManishearth this is only temporary until the Fetch mod starts being used
pub mod request;