Skip to content

Commit

Permalink
Update Rust Resources Broken Link (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKong1990 committed Apr 30, 2024
1 parent f578882 commit 31f6e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/chess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The [guest code] checks that applying the move to the initial board state is leg
[here]: https://github.com/risc0/risc0/blob/main/examples/chess/src/main.rs#L29
[zkVM]: https://dev.risczero.com/zkvm
[shakmaty]: https://docs.rs/shakmaty/latest/shakmaty/
[Rust Resources]: https://dev.risczero.com/zkvm/developer-guide/rust-resources
[Rust Resources]: https://dev.risczero.com/api/zkvm/rust-resources
[shakmaty]: https://docs.rs/shakmaty/latest/shakmaty/
[guest code]: https://github.com/risc0/risc0-rust-examples/blob/main/chess/methods/guest/src/bin/checkmate.rs
[host code]: https://github.com/risc0/risc0/blob/main/examples/chess/methods/guest/src/main.rs
Expand Down
2 changes: 1 addition & 1 deletion examples/jwt-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The [guest code] confirms the JWT's integrity using the public key and records t
[here]: https://github.com/risc0/risc0/blob/main/examples/chess/src/main.rs#L29
[zkVM]: https://dev.risczero.com/zkvm
[shakmaty]: https://docs.rs/shakmaty/latest/shakmaty/
[Rust Resources]: https://dev.risczero.com/zkvm/developer-guide/rust-resources
[Rust Resources]: https://dev.risczero.com/api/zkvm/rust-resources
[guest code]: https://github.com/risc0/risc0-rust-examples/blob/main/chess/methods/guest/src/bin/checkmate.rs
[host code]: https://github.com/risc0/risc0/blob/main/examples/chess/methods/guest/src/main.rs
[journal]: https://dev.risczero.com/terminology#journal
Expand Down

0 comments on commit 31f6e5a

Please sign in to comment.