Skip to content

Commit f99d10d

Browse files
committed
docs: fix links
1 parent 2a3d42f commit f99d10d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

skills/fuz-stack/SKILL.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ mdz auto-linkifies bare paths starting with `./`, `../`, or `/` when preceded
366366
by whitespace. Use this in CLAUDE.md files and other markdown docs to make
367367
file and directory references navigable:
368368

369-
- **Navigational paths** — bare, no backticks: ./grimoire/lore/fuz/design/
369+
- **Navigational paths** — bare, no backticks: `./grimoire/lore/fuz/design/`
370370
- **CLI commands and code** — backticked: `gro check`, `src/lib/`
371371
- **Template/placeholder paths** — bare, consistent even though they won't
372-
resolve: ./{project}/CLAUDE.md
372+
resolve: `./{project}/CLAUDE.md`
373373

374374
Each file assumes the reader is in the file's parent directory. For
375375
`~/dev/CLAUDE.md`, all project paths are `./project/` since `~/dev/` is the
@@ -380,6 +380,11 @@ Deeply nested files (e.g. `lore/fuz_app/CLAUDE.md`) would need `../../../` to
380380
reach repos — use `~/dev/` for those cross-tree references where the relative
381381
path is unwieldy.
382382

383+
Note: in files rendered by mdz on a website (like this SKILL.md on fuz_docs),
384+
example paths must be backticked to prevent mdz from linkifying them. The bare
385+
syntax is for CLAUDE.md files and docs where the paths resolve relative to the
386+
file's location on disk.
387+
383388
## Testing
384389

385390
Tests live in `src/test/` (NOT co-located). Core repos (fuz_app, fuz_ui,

0 commit comments

Comments
 (0)