From 2e1c91f68224f3e44e11c95a0a9b12d36a667ddf Mon Sep 17 00:00:00 2001 From: jsondevers Date: Sat, 26 Apr 2025 18:36:21 -0700 Subject: [PATCH] fixed link to repo on uutests docs --- tests/uutests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/uutests/Cargo.toml b/tests/uutests/Cargo.toml index dd25caa96..e7a0dbef9 100644 --- a/tests/uutests/Cargo.toml +++ b/tests/uutests/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "uutests" description = "uutils ~ 'core' uutils test library (cross-platform)" -repository = "https://github.com/uutils/coreutils/tree/main/src/tests/common" +repository = "https://github.com/uutils/coreutils/tree/main/tests/uutests" # readme = "README.md" authors.workspace = true categories.workspace = true