Commit ea34cb9
committed
docs: fix pre-existing broken xrefs in index, quick-start, and 9k
Eight xrefs in `index.adoc` and `quick-start.adoc` used the old flat
path style (e.g. `coroutines/tasks.adoc`) instead of the numbered prefix
the rest of the site uses (`4.coroutines/4a.tasks.adoc`). Antora was
emitting "target of xref not found" errors on every build. Updated all
eight to point at the actual page paths.
The ninth error was in `9k.Executor.adoc` (formerly `8k.Executor.adoc`),
which linked to `../continuation-rationale.adoc` — that file is a
markdown design note (`doc/continuation-rationale.md`), not an Antora
page, so the xref could never resolve. Removed the broken link; the
surrounding prose still describes what `continuation` is.
Antora build now reports zero errors.1 parent e50df52 commit ea34cb9
3 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments