From 1ccd96ea7c722bf418160f93a9f5e863f8ecc478 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Mon, 24 Aug 2026 10:58:24 +0800 Subject: [PATCH] docs(a2a): fix integration guide spec links --- a2a/docs/03-ucp-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a2a/docs/03-ucp-integration.md b/a2a/docs/03-ucp-integration.md index 5bc9c267..f6ce26f1 100644 --- a/a2a/docs/03-ucp-integration.md +++ b/a2a/docs/03-ucp-integration.md @@ -45,7 +45,7 @@ This enables any UCP-compliant client to work with any UCP-compliant merchant. "services": { "dev.ucp.shopping": { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping", + "spec": "https://ucp.dev/2026-01-23/specification/overview", "a2a": { "endpoint": "http://localhost:10999/.well-known/agent-card.json" } @@ -54,7 +54,7 @@ This enables any UCP-compliant client to work with any UCP-compliant merchant. "capabilities": [ { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/checkout", + "spec": "https://ucp.dev/2026-01-23/specification/checkout", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/checkout.json" }, {