From e190894c2dcb516d2310c11adcd9b88c99923259 Mon Sep 17 00:00:00 2001 From: Gloire Rubambiza Date: Tue, 11 Aug 2026 12:07:15 +0000 Subject: [PATCH] docs: Fix broken internal link to kagenti/kagenti#963 Update references from kagenti/kagenti/issues/963 to rossoctl/rossoctl/issues/963 following the org rename. Signed-off-by: Gloire Rubambiza --- EXGENTIC_A2A_RUNNER_PLAN.md | 2 +- IMPLEMENTATION_SUMMARY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EXGENTIC_A2A_RUNNER_PLAN.md b/EXGENTIC_A2A_RUNNER_PLAN.md index a0f1551..c064d48 100644 --- a/EXGENTIC_A2A_RUNNER_PLAN.md +++ b/EXGENTIC_A2A_RUNNER_PLAN.md @@ -2,7 +2,7 @@ ## Overview -Create a test harness called `exgentic_a2a_runner` that integrates Exgentic benchmarks with Kagenti agents using the A2A protocol. This harness will follow the execution model defined in [GitHub Issue #963](https://github.com/kagenti/kagenti/issues/963). +Create a test harness called `exgentic_a2a_runner` that integrates Exgentic benchmarks with Kagenti agents using the A2A protocol. This harness will follow the execution model defined in [GitHub Issue #963](https://github.com/rossoctl/rossoctl/issues/963). ## Architecture diff --git a/IMPLEMENTATION_SUMMARY.md b/IMPLEMENTATION_SUMMARY.md index 7c94ec2..a245b8f 100644 --- a/IMPLEMENTATION_SUMMARY.md +++ b/IMPLEMENTATION_SUMMARY.md @@ -2,7 +2,7 @@ ## Project Overview -The `exgentic_a2a_runner` is a test harness that integrates Exgentic benchmarks with Kagenti agents using the A2A protocol. It follows the execution model defined in [GitHub Issue #963](https://github.com/kagenti/kagenti/issues/963). +The `exgentic_a2a_runner` is a test harness that integrates Exgentic benchmarks with Kagenti agents using the A2A protocol. It follows the execution model defined in [GitHub Issue #963](https://github.com/rossoctl/rossoctl/issues/963). ## What We're Building