Update name and url in respecEdConfig.js
authorGary Kacmarcik <garykac@google.com>
Mon, 11 Feb 2013 06:11:45 -0800
changeset 22 6a9ca5785c71
parent 21 5f9f5a256e18
child 23 77ef97e5d5ce
Update name and url in respecEdConfig.js

Change shortname back to "d4e" since the auto-generated links are broken when this is set to "uievents".
Change the edDraftURI to use "d4e".
respecEdConfig.js
--- a/respecEdConfig.js	Fri Jan 25 17:20:12 2013 -0800
+++ b/respecEdConfig.js	Mon Feb 11 06:11:45 2013 -0800
@@ -17,13 +17,13 @@
         }
 	],
     //publishDate:  "2012-09-20",
-	edDraftURI: "http://dvcs.w3.org/hg/uievents/raw-file/tip/index.html",
+	edDraftURI: "http://dvcs.w3.org/hg/d4e/raw-file/tip/index.html",
 	previousPublishDate: null,
     prevED: undefined,
     noIDLIn:  true,
     inlineCSS:  true,
     //noRecTrack:  true,
-    shortName:  "uievents",
+    shortName:  "d4e",
     extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
     wg:         ["Web Applications Working Group"],
     wgURI:    ["http://www.w3.org/2008/webapps/"],