Skip to content

Commit 07bb8ff

Browse files
committed
cmd/hiveview: link to history instead of diff in header
1 parent 3e8b7be commit 07bb8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/hiveview/assets/lib/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function hiveInfoHTML(data) {
2727
txt += '<span>built: ' + date + '</span>';
2828
}
2929
if (data.sourceCommit) {
30-
let url = "https://github.com/ethereum/hive/commit/" + escape(data.sourceCommit);
30+
let url = "https://github.com/ethereum/hive/commits/" + escape(data.sourceCommit);
3131
let link = '<a href="' + url + '">' + data.sourceCommit.substring(0, 8) + '</a>';
3232
txt += '<span>commit: ' + link + '</span>';
3333
}

0 commit comments

Comments
 (0)