Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 34ea815

Browse files
author
Eduardo Fullea
committed
Merge pull request #60 from marcoscaceres/otherLinks
Linked to repo (closes #59)
2 parents a59e00b + c010b8b commit 34ea815

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
wgURI: "http://www.w3.org/2012/sysapps/",
3232
wgPublicList: "public-sysapps",
3333
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status",
34+
otherLinks: [{
35+
key: "Repository",
36+
data: [{
37+
value: "We are on Github.",
38+
href: "https://github.com/sysapps/messaging"
39+
}, {
40+
value: "File a bug.",
41+
href: "https://github.com/sysapps/messaging/issues"
42+
}, {
43+
value: "Commit history.",
44+
href: "https://github.com/sysapps/messaging/commits/gh-pages"
45+
}
46+
]
47+
}
48+
]
3449
};
3550
</script>
3651
</head>

0 commit comments

Comments
 (0)