Skip to content

docs(builder): fix Miden Bank tutorial links in smart contract docs#238

Open
vityabasos wants to merge 3 commits into0xMiden:mainfrom
vityabasos:patch-1
Open

docs(builder): fix Miden Bank tutorial links in smart contract docs#238
vityabasos wants to merge 3 commits into0xMiden:mainfrom
vityabasos:patch-1

Conversation

@vityabasos
Copy link
Copy Markdown

Current behavior

The builder smart contract docs reference the Miden Bank Tutorial via ../tutorials/miden-bank/, but that path does not match the current tutorials structure used by the docs site.

As a result, the tutorial links in patterns.md and overview.md are broken or resolve incorrectly.

New behavior

The Miden Bank Tutorial links now point to ../tutorials/rust-compiler/miden-bank/, which matches the current builder tutorials structure.

Updated:

  • docs/builder/smart-contracts/patterns.md
  • docs/builder/smart-contracts/overview.md

Breaking changes

None.

Other info

Documentation-only update.
This change also aligns the current docs with the already-correct path used in the versioned docs.

Closes #234

Fixes broken Miden Bank tutorial references in the builder smart contract docs.

Changes:
- updated the tutorial link in `docs/builder/smart-contracts/patterns.md`
- updated both tutorial links in `docs/builder/smart-contracts/overview.md`
- aligned the current docs paths with the existing versioned docs structure

This is a documentation-only change and does not affect runtime behavior.
Fixes broken Miden Bank tutorial references in the builder smart contract docs.

Changes:
- updated the tutorial link in `docs/builder/smart-contracts/patterns.md`
- updated both tutorial links in `docs/builder/smart-contracts/overview.md`
- aligned the current docs paths with the existing versioned docs structure

This is a documentation-only change and does not affect runtime behavior.
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.

Fix broken Miden Bank Tutorial references in builder docs

1 participant