Proper links

This commit is contained in:
Alexey Milovidov 2022-07-08 09:55:14 +02:00
parent a898ee114e
commit 23dbdb2916

View File

@ -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)); }