Skip to content

Commit 3541a23

Browse files
authored
Specify WCAG-2.1 branch in respec github config (#4266)
This updates the respec config for WCAG 2.1 to reference this `WCAG-2.1` branch, which impacts the commit history link included in the details at the top of the document.
1 parent 1af357b commit 3541a23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

guidelines/respec-config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ var respecConfig = {
4141

4242
// Name of the WG
4343
group: "ag",
44-
github: "w3c/wcag",
44+
github: {
45+
repoURL: "https://github.com/w3c/wcag",
46+
branch: "WCAG-2.1"
47+
},
4548

4649
// editors, add as many as you like
4750
// only "name" is required

0 commit comments

Comments
 (0)