Skip to content

Commit

Permalink
fix broken links detected by CI
Browse files Browse the repository at this point in the history
some of them were also imported from the text of issue #7,
which I also fixed
  • Loading branch information
pchampin committed Feb 10, 2021
1 parent 893d5f3 commit 6a9c7e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rdf-star-cg-spec.html
Expand Up @@ -11,7 +11,7 @@
editors: [
{
"name": "Olaf Hartig",
"url": "https://olafhartig.de/",
"url": "http://olafhartig.de/",
"company": "Linköping University",
"orcid": "0000-0002-1741-2090",
"companyURL": "https://liu.se/",
Expand Down Expand Up @@ -42,7 +42,10 @@
"company": "Amazon",
},
],
github: "w3c/rdf-star",
github: {
repoURL: "w3c/rdf-star",
branch: "main",
},
shortName: "rdf-star",
group: "rdf-dev",
xref: ["RDF11-CONCEPTS", "SPARQL11-QUERY", "RDF11-MT"],
Expand Down

0 comments on commit 6a9c7e8

Please sign in to comment.