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:
parent
ac11d8793e
commit
11e428d471
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue