From c02ba70da122f5d64c5efab465f9dce70afd2583 Mon Sep 17 00:00:00 2001 From: cki Date: Fri, 6 Dec 2024 15:26:39 +0100 Subject: [PATCH] fix: dead links now point to succinct.xyz homepage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c662baf..db8a593 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ that can generate a proof of any RISC-V program. ## Requirements - [Rust](https://rustup.rs/) -- [SP1](https://docs.succinct.xyz/getting-started/install.html) +- [SP1](https://docs.succinct.xyz/docs/getting-started/install.html) ## Running the Project @@ -73,7 +73,7 @@ cargo prove vkey --program fibonacci-program ## Using the Prover Network -We highly recommend using the Succinct prover network for any non-trivial programs or benchmarking purposes. For more information, see the [setup guide](https://docs.succinct.xyz/generating-proofs/prover-network.html). +We highly recommend using the Succinct prover network for any non-trivial programs or benchmarking purposes. For more information, see the [setup guide](https://docs.succinct.xyz/docs/generating-proofs/prover-network.html). To get started, copy the example environment file: