Skip to content

Commit

Permalink
Update link lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored Dec 24, 2024
1 parent 8f4d7d4 commit a1c87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ impl<C: SP1ProverComponents> SP1Prover<C> {
fn check_for_high_cycles(cycles: u64) {
if cycles > 100_000_000 {
tracing::warn!(
"high cycle count, consider using the prover network for proof generation: https://docs.succinct.xyz/generating-proofs/prover-network"
"high cycle count, consider using the prover network for proof generation: https://docs.succinct.xyz/docs/generating-proofs/prover-network"
);
}
}
Expand Down

0 comments on commit a1c87d3

Please sign in to comment.