wgURI - speced/respec GitHub Wiki
wgURI
⚠️ Deprecated. Use group instead.
Previously used to set the URL of the Working Group's public page. The group option auto-configures this.
Migration
// Before:
// wgURI: "https://www.w3.org/groups/wg/webapps/",
// After:
var respecConfig = {
group: "webapps",
};