Skip to content

Commit c45d93c

Browse files
committed
[docs] Fix the generated links to in-depth.md.
1 parent a7fc4b1 commit c45d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function reset() {
4646
} else {
4747
const benchmark = benchmarks[index];
4848
text += `<td class="benchmark-name">`;
49-
text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md##${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
49+
text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md#${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
5050
text += `<td class="result" id="results-cell-${benchmark.name}">&mdash;</td>`;
5151
}
5252
}

0 commit comments

Comments
 (0)