From 72ec60baee4141759fb393b0583cb2c652d79a7e Mon Sep 17 00:00:00 2001 From: schaeff Date: Tue, 4 Aug 2020 16:59:59 +0200 Subject: [PATCH] fix links --- zokrates_cli/src/bin.rs | 2 +- zokrates_core/src/proof_system/bellman/groth16.rs | 2 +- zokrates_js/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zokrates_cli/src/bin.rs b/zokrates_cli/src/bin.rs index 03ae0f8c..f33e96a0 100644 --- a/zokrates_cli/src/bin.rs +++ b/zokrates_cli/src/bin.rs @@ -645,7 +645,7 @@ fn cli() -> Result<(), String> { .conflicts_with("stdin") ).arg(Arg::with_name("abi") .long("abi") - .help("Use ABI encoding. Arguments are expected as a JSON object as specified at zokrates.github.io/reference/abi.html#abi-input-format") + .help("Use ABI encoding. Arguments are expected as a JSON object as specified at zokrates.github.io/toolbox/abi.html#abi-input-format") .conflicts_with("arguments") .required(false) ).arg(Arg::with_name("stdin") diff --git a/zokrates_core/src/proof_system/bellman/groth16.rs b/zokrates_core/src/proof_system/bellman/groth16.rs index 9a66fb83..80acc0cb 100644 --- a/zokrates_core/src/proof_system/bellman/groth16.rs +++ b/zokrates_core/src/proof_system/bellman/groth16.rs @@ -15,7 +15,7 @@ use crate::proof_system::solidity::{ }; use proof_system::{G1Affine, G2Affine, Proof, ProofSystem, SetupKeypair, SolidityAbi}; -const G16_WARNING: &str = "WARNING: You are using the G16 scheme which is subject to malleability. See zokrates.github.io/reference/proving_schemes.html#g16-malleability for implications."; +const G16_WARNING: &str = "WARNING: You are using the G16 scheme which is subject to malleability. See zokrates.github.io/toolbox/proving_schemes.html#g16-malleability for implications."; pub struct G16 {} diff --git a/zokrates_js/README.md b/zokrates_js/README.md index c16752db..96119fb6 100644 --- a/zokrates_js/README.md +++ b/zokrates_js/README.md @@ -6,4 +6,4 @@ JavaScript bindings for [ZoKrates](https://github.com/Zokrates/ZoKrates) project npm install zokrates-js ``` -Check the offical [ZoKrates documentation](https://zokrates.github.io/zokrates_js.html) for more details. \ No newline at end of file +Check the offical [ZoKrates documentation](https://zokrates.github.io/toolbox/zokrates_js.html) for more details. \ No newline at end of file