From 63c8f7911bb203f5e1864202405bf4a548a8ed4c Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Mon, 24 Aug 2026 13:18:35 +0800 Subject: [PATCH] docs(rest/python): fix sample output spec URLs --- .../flower_shop/sample_output/happy_path_dialog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rest/python/client/flower_shop/sample_output/happy_path_dialog.md b/rest/python/client/flower_shop/sample_output/happy_path_dialog.md index fce0f6f5..575502d4 100644 --- a/rest/python/client/flower_shop/sample_output/happy_path_dialog.md +++ b/rest/python/client/flower_shop/sample_output/happy_path_dialog.md @@ -46,7 +46,7 @@ export RESPONSE=$(curl -s -X GET $SERVER_URL/.well-known/ucp) "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", "rest": { "schema": "https://ucp.dev/2026-01-23/services/shopping/openapi.json", "endpoint": "http://localhost:8182/" @@ -56,12 +56,12 @@ export RESPONSE=$(curl -s -X GET $SERVER_URL/.well-known/ucp) "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" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/order", + "spec": "https://ucp.dev/2026-01-23/specification/order", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/order.json" }, { @@ -84,13 +84,13 @@ export RESPONSE=$(curl -s -X GET $SERVER_URL/.well-known/ucp) }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/discount", + "spec": "https://ucp.dev/2026-01-23/specification/discount", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/discount.json", "extends": "dev.ucp.shopping.checkout" }, { "version": "2026-01-23", - "spec": "https://ucp.dev/2026-01-23/specification/shopping/fulfillment", + "spec": "https://ucp.dev/2026-01-23/specification/fulfillment", "schema": "https://ucp.dev/2026-01-23/schemas/shopping/fulfillment.json", "extends": "dev.ucp.shopping.checkout" },