1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +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; 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((r) => r.json())
.then((obj) => { .then((obj) => {
let parent = document.getElementById("test-cov"); let parent = document.getElementById("test-cov");