From 92feb504f81f79cc15578a7f03ce22c04e37a849 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:42:57 +0200 Subject: [PATCH] fix repo links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 513c4b6..41c43ab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Hero Code system follows a hierarchical job execution architecture with thre - Act as intermediaries between coordinators and runners - Return job results back to the coordinator -### [Runner](https://git.ourworld.tf/herocode/herorunner) +### Runner - Execute the actual jobs assigned by supervisors - Run job-specific code and return responses to supervisors - Specialized for different types of workloads and environments @@ -83,8 +83,8 @@ Hero DB is the data layer used by runners in each node. It provides persistent s ## Herolibs herolibs are libraries for hero code in different languages. -- [Vlang] (https://git.ourworld.tf/herocode/herolib_v) -- [Rust] (https://git.ourworld.tf/herocode/herolib_rs) -- [Python] (https://git.ourworld.tf/herocode/herolib_py) +- [Vlang] (https://github.com/freeflowuniverse/herolib) +- [Rust] (https://git.ourworld.tf/herocode/herolib_rust) +- [Python] (https://git.ourworld.tf/herocode/herolib_python) ## \ No newline at end of file