Fix tracking image links to point to repos instead of raw CSV files

This commit is contained in:
Sylvestre Ledru
2026-04-01 08:30:03 +02:00
parent 0e5a991130
commit ef06b3100e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ template = "project.html"
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced.
[![GNU test results](https://raw.githubusercontent.com/uutils/coreutils-tracking/refs/heads/main/gnu-results.svg)](https://github.com/uutils/coreutils-tracking)
# Goals
This project aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs.
+2
View File
@@ -9,6 +9,8 @@ Rust implementation of GNU findutils: `xargs`, `find`, `locate` and `updatedb`.
This project aims to be a drop-in replacement of the original commands.
[![BFS test results](https://raw.githubusercontent.com/uutils/findutils-tracking/refs/heads/main/bfs-results.svg)](https://github.com/uutils/findutils-tracking)
# Contributing
To contribute to uutils findutils, please see [CONTRIBUTING](https://github.com/uutils/findutils/blob/main/CONTRIBUTING.md).