Commit 08ea38f
Encode track entry links in Asset Pricing index
The Asset Pricing landing page was linking to subpages with raw spaces in the target path, which is fragile in the rendered book and easy to break in different viewers. This change switches those entry links to percent-encoded paths so the chapter pages open consistently.
Constraint: keep the landing page simple and avoid changing the underlying note structure
Rejected: replace the links with wiki-style aliases | the book renderer already handles encoded markdown links more predictably here
Confidence: high
Scope-risk: narrow
Directive: when linking into spaced folder names from book pages, use encoded markdown targets
Tested: verified the landing page no longer contains raw-space link targets
Not-tested: full site render after the link encoding change
Co-authored-by: OmX <omx@oh-my-codex.dev>1 parent 19534a1 commit 08ea38f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
0 commit comments