mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Proper links
This commit is contained in:
parent
a898ee114e
commit
23dbdb2916
@ -571,7 +571,7 @@ function renderSummary(filtered_data) {
|
||||
|
||||
let link = document.createElement('a');
|
||||
link.appendChild(document.createTextNode(`${elem.system} (${elem.machine})`));
|
||||
link.href = "https://github.com/ClickHouse/ClickBench/" + elem.system;
|
||||
link.href = "https://github.com/ClickHouse/ClickBench/" + elem.source;
|
||||
|
||||
td_name.appendChild(link);
|
||||
if (elem.comment) { td_name.appendChild(addNote(elem.comment)); }
|
||||
|
Loading…
Reference in New Issue
Block a user