Skip to content

docs: fix broken next-page links in the miden-bank tutorial - #242

Open
devorun wants to merge 1 commit into
0xMiden:mainfrom
devorun:fix-miden-bank-next-page-links
Open

docs: fix broken next-page links in the miden-bank tutorial#242
devorun wants to merge 1 commit into
0xMiden:mainfrom
devorun:fix-miden-bank-next-page-links

Conversation

@devorun

@devorun devorun commented Aug 20, 2026

Copy link
Copy Markdown

Summary

The "next part" navigation links in the miden-bank tutorial series point to extension-less, un-prefixed targets (e.g. [Part 1: Account Components and Storage](./account-components)) that don't resolve to any file, so they 404 in the rendered book.

This points each link at the actual chapter file (./01-account-components.md, ./02-constants-constraints.md, …), matching the working cross-references already used elsewhere in the series.

Changes

Fixed 9 links across 8 files (chapters 00 → 07), each now targeting the correct numbered .md chapter. Markdown is Prettier-clean.

The next-part navigation links pointed to extension-less, un-prefixed
targets (e.g. `./account-components`) that resolve to no file and 404 in
the rendered book. Point each at the actual chapter file
(`./01-account-components.md`, ...), matching the working cross-references
already used elsewhere in the series.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant