Skip to content

docs: repo-relative template links (drop hardcoded absolute path)#15

Merged
Leonard-Don merged 1 commit into
mainfrom
docs/fix-template-links
May 29, 2026
Merged

docs: repo-relative template links (drop hardcoded absolute path)#15
Leonard-Don merged 1 commit into
mainfrom
docs/fix-template-links

Conversation

@Leonard-Don

Copy link
Copy Markdown
Owner

What

docs/import-reference-dictionary.md linked its 3 CSV templates via an absolute path:

/Users/leonardodon/project house/data/templates/*.csv

That path is broken for everyone except the author's old machine — it (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 (the repo is yieldwise).

Fix

Repoint the 3 links at repo-relative targets (../data/templates/*.csv, since the doc lives under docs/). All three targets — district_, community_, building_dictionary_template.csv — exist on disk and resolve correctly.

Docs-only; no code touched.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@Leonard-Don Leonard-Don merged commit 68384cf into main May 29, 2026
1 check passed
@Leonard-Don Leonard-Don deleted the docs/fix-template-links branch May 29, 2026 06:44
Leonard-Don added a commit that referenced this pull request May 29, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant