Skip to content

Commit dff8b26

Browse files
authored
docs: fix supported versions link (#1511)
1 parent 75cfe28 commit dff8b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

book/generating-proofs/prover-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prover Network Beta
22

3-
> **See [Supported Versions](./versions.md) for the currently supported versions of SP1 on the Prover Network.**
3+
> **See [Supported Versions](./prover-network/versions.md) for the currently supported versions of SP1 on the Prover Network.**
44
55
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.
66

book/writing-programs/precompiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ If you are an advanced user you can interact with the precompiles directly using
1919
Here is a list of all available system calls & precompiles.
2020

2121
```rust,noplayground
22-
{{#include ../../zkvm/lib/src/lib.rs}}
22+
{{#include ../../crates/zkvm/lib/src/lib.rs}}
2323
```

0 commit comments

Comments
 (0)