From a14ef867482dd75dd69c43f3b6260a5404cc4d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 15 Apr 2020 15:52:32 +1000 Subject: [PATCH] chore: fixup urls --- respec-config.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/respec-config.js b/respec-config.js index d4ace9a664..99e5a53e68 100644 --- a/respec-config.js +++ b/respec-config.js @@ -8,7 +8,7 @@ var respecConfig = { // publishDate: "2013-08-22", noRecTrack: true, - // The specifications short name, as in http://www.w3.org/TR/short-name/ + // The specifications short name, as in https://www.w3.org/TR/short-name/ shortName: 'wai-aria-practices-1.2', // If you wish the publication date to be other than today, @@ -24,8 +24,8 @@ var respecConfig = { // prevRecURI: "", // previousDiffURI: "", - // If there a publicly available Editors Draft, this is the link - edDraftURI: 'https://w3c.github.io/aria-practices/', + // Github repo + github: "w3c/aria-practices", // If this is a LCWD, uncomment and set the end of its review period // lcEnd: "2012-02-21", @@ -36,7 +36,7 @@ var respecConfig = { name: 'Matt King', mailto: 'mck@fb.com', company: 'Facebook', - companyURI: 'http://www.facebook.com/', + companyURI: 'https://www.facebook.com/', w3cid: 44582 }, { name: 'JaEun Jemma Ku', @@ -48,7 +48,7 @@ var respecConfig = { name: 'James Nurthen', mailto: 'nurthen@adobe.com', company: 'Adobe', - companyURI: 'http://www.adobe.com/', + companyURI: 'https://www.adobe.com/', w3cid: 37155 }, { name: 'Zoƫ Bijl', @@ -65,19 +65,19 @@ var respecConfig = { formerEditors: [{ name: 'Joseph Scheuhammer', company: 'Inclusive Design Research Centre, OCAD University', - companyURI: 'http://idrc.ocad.ca/', + companyURI: 'https://idrc.ocad.ca/', w3cid: 42279, retiredDate: '2014-10-01' }, { name: 'Lisa Pappas', company: 'SAS', - companyURI: 'http://www.sas.com/', + companyURI: 'https://www.sas.com/', w3cid: 41725, retiredDate: '2009-10-01' }, { name: 'Rich Schwerdtfeger', company: 'IBM Corporation', - companyURI: 'http://ibm.com/', + companyURI: 'https://ibm.com/', w3cid: 2460, retiredDate: '2014-10-01' }], @@ -89,9 +89,9 @@ var respecConfig = { // authors: [ // { // name: "Your Name", - // url: "http://example.org/", + // url: "https://example.org/", // company: "Your Company", - // companyURI: "http://example.com/" + // companyURI: "https://example.com/" // }, // ], @@ -136,7 +136,7 @@ var respecConfig = { // } // ], - // errata: 'http://www.w3.org/2010/02/rdfa/errata.html', + // errata: 'https://www.w3.org/2010/02/rdfa/errata.html', // name of the WG wg: 'Accessible Rich Internet Applications Working Group',