Skip to content

Commit 1746fc7

Browse files
committed
Website: update Rust reference
1 parent 1f0bacc commit 1746fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/developers/documentation-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ https://github.com/o1-labs/mina-rust/blob/develop/path/to/file.rs#LStartLine-LEn
3535

3636
Here's a real example from the zkApps documentation:
3737

38-
<!-- CODE_REFERENCE: ledger/src/scan_state/transaction_logic.rs#L3588-L3592 -->
38+
<!-- CODE_REFERENCE: ledger/src/scan_state/transaction_logic/valid.rs#L80-L83-->
3939

40-
```rust reference title="ledger/src/scan_state/transaction_logic.rs"
41-
https://github.com/o1-labs/mina-rust/blob/develop/ledger/src/scan_state/transaction_logic.rs#L3588-L3592
40+
```rust reference title="ledger/src/scan_state/transaction_logic/valid.rs"
41+
https://github.com/o1-labs/mina-rust/blob/develop/ledger/src/scan_state/transaction_logic/valid.rs#L80-L83
4242
```
4343

4444
### Components explained

0 commit comments

Comments
 (0)