Skip to content

Commit

Permalink
[docs] Fix the generated links to in-depth.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeurer committed Oct 24, 2017
1 parent a7fc4b1 commit c45d93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function reset() {
} else {
const benchmark = benchmarks[index];
text += `<td class="benchmark-name">`;
text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md##${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
text += `<a href="https://github.com/v8/web-tooling-benchmark/blob/master/docs/in-depth.md#${benchmark.name}" target="_blank">${benchmark.name}</a></td>`;
text += `<td class="result" id="results-cell-${benchmark.name}">&mdash;</td>`;
}
}
Expand Down

0 comments on commit c45d93c

Please sign in to comment.