We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b7be commit 07bb8ffCopy full SHA for 07bb8ff
cmd/hiveview/assets/lib/common.js
@@ -27,7 +27,7 @@ function hiveInfoHTML(data) {
27
txt += '<span>built: ' + date + '</span>';
28
}
29
if (data.sourceCommit) {
30
- let url = "https://github.com/ethereum/hive/commit/" + escape(data.sourceCommit);
+ let url = "https://github.com/ethereum/hive/commits/" + escape(data.sourceCommit);
31
let link = '<a href="' + url + '">' + data.sourceCommit.substring(0, 8) + '</a>';
32
txt += '<span>commit: ' + link + '</span>';
33
0 commit comments