From 35dea2c039eeed80c01c87e25ab5961049ededad Mon Sep 17 00:00:00 2001 From: geobelsky Date: Tue, 24 Mar 2026 10:22:27 +0000 Subject: [PATCH] Fix protocol README cross-reference path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change ../cloud/README.md to ../examples/README.md — the cloud/ directory doesn't exist, examples are in examples/. --- protocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/README.md b/protocol/README.md index 10549c2..16db9d0 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -14,4 +14,4 @@ Use this path when you want to: - `minimal-axp-service` - minimal lifecycle service (`accept -> complete`) - `conformance-runner` - conformance execution flow against custom endpoint -If you want full end-to-end orchestration examples with retries/callbacks/coordination, use Cloud examples in `../cloud/README.md`. +If you want full end-to-end orchestration examples with retries/callbacks/coordination, see Cloud examples in `../examples/README.md`.