1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs: fix url for full test report

This commit is contained in:
Terts Diepraam 2022-02-15 19:27:33 +01:00
parent ac11d8793e
commit 11e428d471

View file

@ -69,7 +69,7 @@ function parse_result(parent, obj) {
return totals;
}
fetch("https://github.com/uutils/coreutils-tracking/blob/main/gnu-full-result.json")
fetch("https://raw.githubusercontent.com/uutils/coreutils-tracking/main/gnu-full-result.json")
.then((r) => r.json())
.then((obj) => {
let parent = document.getElementById("test-cov");