From 5fe201e8fea0db600e8ba234ef3d43d9bd19060c Mon Sep 17 00:00:00 2001 From: wushumin Date: Wed, 3 Jun 2026 22:05:05 +0800 Subject: [PATCH] docs: use relative documentation links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 90cc048..1aa710f 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ npm run build ## 推荐先看文档 -- [履约状态机](/Users/wushumin/www/biyou/anxinyan/docs/flow/state-machine.md) -- [上线检查清单](/Users/wushumin/www/biyou/anxinyan/docs/deploy/release-checklist.md) -- [履约冒烟检查表](/Users/wushumin/www/biyou/anxinyan/docs/deploy/fulfillment-smoke-checklist.md) -- [当前交付说明](/Users/wushumin/www/biyou/anxinyan/docs/deploy/delivery-notes.md) -- [部署说明](/Users/wushumin/www/biyou/anxinyan/docs/deploy/deploy-plan.md) -- [分支协作规范](/Users/wushumin/www/biyou/anxinyan/docs/development/branch-workflow.md) +- [履约状态机](docs/flow/state-machine.md) +- [上线检查清单](docs/deploy/release-checklist.md) +- [履约冒烟检查表](docs/deploy/fulfillment-smoke-checklist.md) +- [当前交付说明](docs/deploy/delivery-notes.md) +- [部署说明](docs/deploy/deploy-plan.md) +- [分支协作规范](docs/development/branch-workflow.md)