Correct the ED Draft URL, and use HTTPS to get the CSS.
authortravil@travil1.wingroup.windeploy.ntdev.microsoft.com
Mon, 11 Feb 2013 10:14:38 -0800
changeset 24 f95ae6b46ecd
parent 23 77ef97e5d5ce
child 25 7d183c57f49d
Correct the ED Draft URL, and use HTTPS to get the CSS.
respecEdConfig.js
--- a/respecEdConfig.js	Mon Feb 11 06:20:42 2013 -0800
+++ b/respecEdConfig.js	Mon Feb 11 10:14:38 2013 -0800
@@ -17,14 +17,14 @@
         }
 	],
     //publishDate:  "2012-09-20",
-	edDraftURI: "http://dvcs.w3.org/hg/uievents/raw-file/tip/index.html",
+	edDraftURI: "https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm",
 	previousPublishDate: null,
     prevED: undefined,
     noIDLIn:  true,
     inlineCSS:  true,
     //noRecTrack:  true,
-    shortName:  "uievents",
-    extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+    shortName:  "d4e",
+    extraCSS: ["https://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
     wg:         ["Web Applications Working Group"],
     wgURI:    ["http://www.w3.org/2008/webapps/"],
     wgPublicList: "www-dom",