From 513ee13bebfa681f7b928708c34750f0937a00d7 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Fri, 21 Aug 2026 16:56:51 +0800 Subject: [PATCH] docs: fix python sample spec URLs --- rest/python/server/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rest/python/server/README.md b/rest/python/server/README.md index 967c5ea..82d2099 100644 --- a/rest/python/server/README.md +++ b/rest/python/server/README.md @@ -195,7 +195,7 @@ Response: "services": { "dev.ucp.shopping": { "version": "2026-04-08", - "spec": "https://ucp.dev/2026-04-08/specification/shopping", + "spec": "https://ucp.dev/2026-04-08/specification/overview", "rest": { "schema": "https://ucp.dev/2026-04-08/services/shopping/openapi.json", "endpoint": "http://localhost:8182/" @@ -208,21 +208,21 @@ Response: "capabilities": [ { "version": "2026-04-08", - "spec": "https://ucp.dev/2026-04-08/specification/shopping/checkout", + "spec": "https://ucp.dev/2026-04-08/specification/checkout", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/checkout.json", "extends": null, "config": null }, { "version": "2026-04-08", - "spec": "https://ucp.dev/2026-04-08/specification/shopping/discount", + "spec": "https://ucp.dev/2026-04-08/specification/discount", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/discount.json", "extends": "dev.ucp.shopping.checkout", "config": null }, { "version": "2026-04-08", - "spec": "https://ucp.dev/2026-04-08/specification/shopping/fulfillment", + "spec": "https://ucp.dev/2026-04-08/specification/fulfillment", "schema": "https://ucp.dev/2026-04-08/schemas/shopping/fulfillment.json", "extends": "dev.ucp.shopping.checkout", "config": null