From ab66847903107c37c5f7eb7839c5af723c48cfbb Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 15 Nov 2016 15:44:00 -0500 Subject: [PATCH] Fix Github links. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fea2d62e6..a7b0d785c 100644 --- a/index.html +++ b/index.html @@ -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", @@ -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