diff --git a/servo/components/layout/wrapper.rs b/servo/components/layout/wrapper.rs index 137a2e469b66..324ac12148f7 100644 --- a/servo/components/layout/wrapper.rs +++ b/servo/components/layout/wrapper.rs @@ -560,7 +560,7 @@ impl<'le> TElement<'le> for LayoutElement<'le> { // FIXME: This is HTML only. let node: &Node = NodeCast::from_actual(self.element); match node.type_id_for_layout() { - // http://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html# + // https://www.whatwg.org/specs/web-apps/current-work/multipage/selectors.html# // selector-link NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLAnchorElement)) | NodeTypeId::Element(ElementTypeId::HTMLElement(HTMLElementTypeId::HTMLAreaElement)) | diff --git a/servo/components/net/fetch/cors_cache.rs b/servo/components/net/fetch/cors_cache.rs index 32d2615c7479..407e48136535 100644 --- a/servo/components/net/fetch/cors_cache.rs +++ b/servo/components/net/fetch/cors_cache.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -//! An implementation of the [CORS preflight cache](http://fetch.spec.whatwg.org/#cors-preflight-cache) +//! An implementation of the [CORS preflight cache](https://fetch.spec.whatwg.org/#cors-preflight-cache) //! For now this library is XHR-specific. //! For stuff involving ``, `