From 7abd8c8c14d5540c55bb775becdb74923a1781d0 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Tue, 13 Sep 2016 10:09:32 -0500 Subject: [PATCH] Add github links Having github links at the top makes it much easier to comment on specs. --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cb95287..caa13a8 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,17 @@ title: "Reverse Domain Name Notation" , href: "https://en.wikipedia.org/wiki/Reverse_domain_name_notation" } - } + }, + otherLinks: [{ + key: "Version control", + data: [{ + value: "Github Repository", + href: "https://github.com/w3c/webpayments-method-identifiers" + }, { + value: "Issues", + href: "https://github.com/w3c/webpayments-method-identifiers/issues" + }] + }] };