Skip to content

Commit

Permalink
Fix Github links.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Nov 15, 2016
1 parent 53254fc commit ab66847
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
// extend the bibliography entries
localBiblio: opencreds.localBiblio,

issueBase: "https://github.com/opencreds/website/issues/",
githubAPI: "https://api.github.com/repos/opencreds/website",
issueBase: "https://github.com/opencreds/vc-data-model/issues/",
githubAPI: "https://api.github.com/repos/opencreds/vc-data-model",

// if there a publicly available Editor's Draft, this is the link
edDraftURI: "https://opencreds.github.org/website/specs/source/claims-data-model/index.html",
edDraftURI: "https://opencreds.github.io/vc-data-model/",

// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
Expand Down Expand Up @@ -82,10 +82,10 @@
key: "Version control",
data: [{
value: "Github Repository",
href: "https://github.com/opencreds/website"
href: "https://github.com/opencreds/vc-data-model"
}, {
value: "Issues",
href: "https://github.com/opencreds/website/issues"
href: "https://github.com/opencreds/vc-data-model/issues"
}]
}],
inlineCSS: true
Expand Down

0 comments on commit ab66847

Please sign in to comment.