Commit ba64a0b
Fix broken crates.html links to actual API doc locations
Item-level links (structs, traits, fns, macros) were pointing to
api/rustmax/{crate}/ which only contains index.html re-export pages.
Fixed linksubs.json5 to point to actual item locations under api/{crate}/,
including cross-crate remaps (crossbeam->crossbeam_channel, serde->serde_core,
clap->clap_builder, etc.) and std->core for core traits. Fixed
substitute_versions() to use api/ instead of api/rustmax/ prefix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 16c39d3 commit ba64a0b
3 files changed
Lines changed: 199 additions & 185 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments