From 5eaa92204599332d8f1fdfb04da302136161db55 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 13 Apr 2015 21:27:39 -0700 Subject: Update WHATWG links to use HTTPS Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` --- components/script/dom/webidls/HTMLSourceElement.webidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/webidls/HTMLSourceElement.webidl') diff --git a/components/script/dom/webidls/HTMLSourceElement.webidl b/components/script/dom/webidls/HTMLSourceElement.webidl index 6739f1cd0c1..34c9db0b022 100644 --- a/components/script/dom/webidls/HTMLSourceElement.webidl +++ b/components/script/dom/webidls/HTMLSourceElement.webidl @@ -3,7 +3,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/. */ -// http://www.whatwg.org/html/#htmlsourceelement +// https://www.whatwg.org/html/#htmlsourceelement interface HTMLSourceElement : HTMLElement { // attribute DOMString src; // attribute DOMString type; -- cgit v1.2.3