From ad141b78728cba2d15f5766d80182cf0dd842c06 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 15 Jun 2025 16:21:14 +0200 Subject: [PATCH] Update git remote URL from git.ourworld.tf to git.threefold.info --- tst/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/README.md b/tst/README.md index ee6ade6..a732136 100644 --- a/tst/README.md +++ b/tst/README.md @@ -138,7 +138,7 @@ The TST implementation uses OurDB for persistent storage: The project includes a comprehensive test suite that verifies all functionality: ```bash -cd ~/code/git.ourworld.tf/herocode/db/tst +cd ~/code/git.threefold.info/herocode/db/tst # Run all tests cargo test