From 4e5b6110c0f8fc251d484857e9f91994c34a0b42 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Sat, 2 Aug 2025 16:51:02 +0300 Subject: [PATCH 1/2] fixed broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac8874f..96f1bd92 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Before working with the repository, you’ll need the following: You’ll need to submit a unique Ethereum address to Succinct for access to their proving network. To get access: -1. Follow the instructions [here](https://docs.succinct.xyz/docs/generating-proofs/prover-network/key-setup) to use Foundry to generate a new private key or retrieve an existing one. +1. Follow the instructions [here](https://docs.succinct.xyz/docs/sp1/prover-network/key-setup) to use Foundry to generate a new private key or retrieve an existing one. 2. Apply for access for the public address associated with your private key to Succinct Network [here](https://docs.google.com/forms/d/e/1FAIpQLSd-X9uH7G0bvXH_kjptnQtNil8L4dumrVPpFE4t8Ci1XT1GaQ/viewform). ### Software Requirements From a181f4400e271c2e03f8451ea72fd040cac0ddb7 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:57:16 +0300 Subject: [PATCH 2/2] edit broken link README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f1bd92..cb9e55e8 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Before working with the repository, you’ll need the following: You’ll need to submit a unique Ethereum address to Succinct for access to their proving network. To get access: -1. Follow the instructions [here](https://docs.succinct.xyz/docs/sp1/prover-network/key-setup) to use Foundry to generate a new private key or retrieve an existing one. +1. Follow the instructions [here](https://docs.succinct.xyz/docs/sp1/prover-network/quickstart#step-1-key-setup) to use Foundry to generate a new private key or retrieve an existing one. 2. Apply for access for the public address associated with your private key to Succinct Network [here](https://docs.google.com/forms/d/e/1FAIpQLSd-X9uH7G0bvXH_kjptnQtNil8L4dumrVPpFE4t8Ci1XT1GaQ/viewform). ### Software Requirements