From 7f153e80a08a8f38bf3a45db93b89dfb0e98bf73 Mon Sep 17 00:00:00 2001 From: Artur Novotarskyi Date: Sun, 22 Feb 2026 17:18:28 +0100 Subject: [PATCH] Fix README.md: set correct link to HERO Test example Signed-off-by: Artur Novotarskyi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a6b280c..ac265fb40 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For a quick technical deep-dive, please begin with: 1. Peruse the [DASH high level design](documentation/general/dash-high-level-design.md) for an overview of DASH architecture. 2. [SONiC-DASH High Level Design](https://github.com/sonic-net/DASH/blob/main/documentation/general/dash-sonic-hld.md) 3. The [SDN Packet Transforms](documentation/general/sdn-features-packet-transforms.md) document, this facilitates understanding of the program goal and the 7 networking scenarios that Azure has defined. -4. [HERO Test](documentation/general/program-scale-testing-requirements-draft.md) for an example of a test to stress DPU/NIC hardware. +4. [HERO Test](documentation/general/program-scale-testing-requirements/hero-implementation-details.md) for an example of a test to stress DPU/NIC hardware. The API and Object Model for VNET<->VNET has been posted; the remaining services will be added into the dash-sonic-hld.md as as we move forward.