We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaccca commit 9934a21Copy full SHA for 9934a21
index.html
@@ -28,7 +28,10 @@
28
previousMaturity: "PR",
29
prevRecURI: "https://www.w3.org/TR/2014/REC-json-ld-20140116/",
30
errata: "https://w3c.github.io/json-ld-syntax/errata/",
31
- github: "https://github.com/w3c/json-ld-syntax/",
+ github: {
32
+ repoURL: "https://github.com/w3c/json-ld-syntax/",
33
+ branch: "main"
34
+ },
35
36
// if there a publicly available Editor's Draft, this is the link
37
edDraftURI: "https://w3c.github.io/json-ld-syntax/",
0 commit comments