From dfc335ca133e3c56629056151c0520976dc1c26d Mon Sep 17 00:00:00 2001 From: Leonard-Don <1916637230@qq.com> Date: Fri, 29 May 2026 14:43:37 +0800 Subject: [PATCH] docs: repo-relative template links in import-reference-dictionary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 3 CSV template links pointed at `/Users/leonardodon/project house/data/templates/*.csv` — an absolute path that (a) is a dead link on any fresh clone, (b) leaks the author's local filesystem path, and (c) references "project house", a stale pre-rename project name. Repoint them at repo-relative `../data/templates/*.csv` (the doc lives under `docs/`); all three targets exist on disk. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/import-reference-dictionary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/import-reference-dictionary.md b/docs/import-reference-dictionary.md index a8645e6..342b2d3 100644 --- a/docs/import-reference-dictionary.md +++ b/docs/import-reference-dictionary.md @@ -12,9 +12,9 @@ 当前脚手架需要 3 份 `CSV`: -- [data/templates/district_dictionary_template.csv](/Users/leonardodon/project house/data/templates/district_dictionary_template.csv) -- [data/templates/community_dictionary_template.csv](/Users/leonardodon/project house/data/templates/community_dictionary_template.csv) -- [data/templates/building_dictionary_template.csv](/Users/leonardodon/project house/data/templates/building_dictionary_template.csv) +- [data/templates/district_dictionary_template.csv](../data/templates/district_dictionary_template.csv) +- [data/templates/community_dictionary_template.csv](../data/templates/community_dictionary_template.csv) +- [data/templates/building_dictionary_template.csv](../data/templates/building_dictionary_template.csv) ## 字段要求