Skip to content

Commit

Permalink
docs: fix supported versions link (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Sep 13, 2024
1 parent 75cfe28 commit dff8b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/generating-proofs/prover-network.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion book/writing-programs/precompiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
```

0 comments on commit dff8b26

Please sign in to comment.