Skip to content

Commit

Permalink
chore: fixup urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Apr 15, 2020
1 parent 98ea192 commit a14ef86
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions respec-config.js
Expand Up @@ -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,
Expand All @@ -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",
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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'
}],
Expand All @@ -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/"
// },
// ],

Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit a14ef86

Please sign in to comment.