diff --git a/index.html b/index.html index b05e48c5..b0ee2347 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,17 @@ ] , status: "ED" } - } + }, + otherLinks: [{ + key: "Version control", + data: [{ + value: "Github Repository", + href: "https://github.com/w3c/browser-payment-api" + }, { + value: "Issues", + href: "https://github.com/w3c/browser-payment-api/issues" + }] + }] };