Add links to Github.
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 02 Apr 2015 01:27:34 -0400
changeset 685 5868af7bae84
parent 684 fef5ed6d6024
child 686 cf97dc8c54a2
Add links to Github.
latest/use-cases/index.html
--- a/latest/use-cases/index.html	Thu Apr 02 01:04:10 2015 -0400
+++ b/latest/use-cases/index.html	Thu Apr 02 01:27:34 2015 -0400
@@ -35,7 +35,7 @@
           // only "name" is required
           editors:  [
               { name: "Manu Sporny", url: "https://manu.sporny.org/",
-                company: "Digital Bazaar, Inc.", companyURL: "http://digitalbazaar.com/" },
+                company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/" },
               { name: "Ian Jacobs", url: "http://www.w3.org/People/Jacobs/",
                 company: "W3C", companyURL: "http://www.w3.org/" },
           ],
@@ -57,6 +57,17 @@
                 company: "Oracle", companyURL: "http://www.oracle.com/" }
           ],
 
+          otherLinks: [{
+            key: "Version control",
+            data: [{
+              value: "Github Repository",
+              href: "https://github.com/w3c/webpayments-ig"
+            }, {
+              value: "Issues",
+              href: "http://www.w3.org/Payments/IG/track/products/2"
+            }]
+          }],
+
           // maximum level of table of contents
           maxTocLevel: 3,