diff --git a/book/generating-proofs/prover-network.md b/book/generating-proofs/prover-network.md index 972edb5f70..f5b61d2204 100644 --- a/book/generating-proofs/prover-network.md +++ b/book/generating-proofs/prover-network.md @@ -1,6 +1,6 @@ # Prover Network Beta -> **See [Supported Versions](./versions.md) for the currently supported versions of SP1 on the Prover Network.** +> **See [Supported Versions](./prover-network/versions.md) for the currently supported versions of SP1 on the Prover Network.** Succinct [has been building](https://blog.succinct.xyz/succinct-network/) the Succinct Prover Network, a distributed network of provers that can generate proofs of any size quickly and reliably. It's currently in private beta, but you can get access by following the steps below. diff --git a/book/writing-programs/precompiles.md b/book/writing-programs/precompiles.md index e0049eea56..004ede9f1f 100644 --- a/book/writing-programs/precompiles.md +++ b/book/writing-programs/precompiles.md @@ -19,5 +19,5 @@ If you are an advanced user you can interact with the precompiles directly using Here is a list of all available system calls & precompiles. ```rust,noplayground -{{#include ../../zkvm/lib/src/lib.rs}} +{{#include ../../crates/zkvm/lib/src/lib.rs}} ```