Commit 0611d2f
committed
fix(readme): claim-envelope check #8 — disambiguate cross-repo link visible text
The asciidoc link macro's visible text matched the local-path-resolution
heuristic of `Aspect (claim envelope)` test #8 (`Path references in docs
resolve to real files`), which interpreted the bracketed display string
`nextgen-languages/docs/disambiguation/ephapax-vs-affinescript.md` as a
path inside *this* repo and reported it stale (file does live under
hyperpolymath/nextgen-languages — the URL target is correct; only the
visible text triggered the false positive).
Change visible text to a prose label that doesn't look like a relative
path. URL target unchanged.
Unblocks PR #99 and every other typed-wasm cargo CI run currently
failing on Smoke test for the same envelope-check violation.
Refs #991 parent 74ae3c7 commit 0611d2f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments