From 2496f248178dcb787ce4e8d66ad0b2cc366190e1 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Thu, 13 Oct 2016 21:52:07 +0300 Subject: [PATCH] IDL2K: update download urls --- libraries/tools/idl2k/src/main/kotlin/config.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/tools/idl2k/src/main/kotlin/config.kt b/libraries/tools/idl2k/src/main/kotlin/config.kt index 121303801a2..0ad9df73c73 100644 --- a/libraries/tools/idl2k/src/main/kotlin/config.kt +++ b/libraries/tools/idl2k/src/main/kotlin/config.kt @@ -17,18 +17,18 @@ package org.jetbrains.idl2k val urls = listOf( "https://raw.githubusercontent.com/whatwg/html-mirror/master/source" to "org.w3c.dom", - "https://html.spec.whatwg.org/" to "org.w3c.dom", + "http://html.spec.whatwg.org/" to "org.w3c.dom", "https://raw.githubusercontent.com/whatwg/dom/master/dom.html" to "org.w3c.dom", "https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html" to "org.w3c.dom", "http://www.w3.org/TR/animation-timing/" to "org.w3c.dom", "http://www.w3.org/TR/geometry-1/" to "org.w3c.dom", "http://www.w3.org/TR/cssom-view/" to "org.w3c.dom", "http://www.w3.org/TR/uievents/" to "org.w3c.dom.events", - "http://dev.w3.org/csswg/cssom/" to "org.w3c.dom.css", + "https://drafts.csswg.org/cssom/" to "org.w3c.dom.css", "http://www.w3.org/TR/DOM-Parsing/" to "org.w3c.dom.parsing", "https://raw.githubusercontent.com/whatwg/url/master/url.html" to "org.w3c.dom.url", - "http://web.archive.org/web/20150317051602/http://www.w3.org/TR/SVG11/single-page.html" to "org.w3c.dom.svg", + "https://www.w3.org/TR/SVG2/single-page.html" to "org.w3c.dom.svg", "https://www.khronos.org/registry/webgl/specs/latest/1.0/webgl.idl" to "org.khronos.webgl", "https://www.khronos.org/registry/typedarray/specs/latest/typedarray.idl" to "org.khronos.webgl", @@ -37,13 +37,13 @@ val urls = listOf( "https://raw.githubusercontent.com/w3c/FileAPI/gh-pages/index.html" to "org.w3c.files", "https://raw.githubusercontent.com/whatwg/notifications/master/notifications.html" to "org.w3c.notifications", - "https://raw.githubusercontent.com/whatwg/fullscreen/master/Overview.src.html" to "org.w3c.fullscreen", + "https://raw.githubusercontent.com/whatwg/fullscreen/master/fullscreen.html" to "org.w3c.fullscreen", "http://www.w3.org/TR/vibration/" to "org.w3c.vibration", "http://www.w3.org/TR/hr-time/" to "org.w3c.performance", "http://www.w3.org/TR/2012/REC-navigation-timing-20121217/" to "org.w3c.performance", - "http://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html" to "org.w3c.workers" + "https://w3c.github.io/ServiceWorker/" to "org.w3c.workers" ) val relocations = mapOf(