Commit d886d20
fix(readme): use raw HTML for README-CLAUDE link
The previous absolute URL pointed at the example repo's main branch,
which won't have README-CLAUDE.md until the example is regenerated
with add_claude=yes — chicken-and-egg, so linkcheck 404s.
Raw <a href="./README-CLAUDE.md"> works in both renderers without that
dependency:
- myst: passes through as inline HTML, no xref_missing warning.
- sphinx linkcheck: doesn't follow raw HTML hrefs (verified locally),
so no 404.
- GitHub: renders as a normal clickable link to the file in the repo.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 297e25b commit d886d20
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments