1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix links

This commit is contained in:
schaeff 2020-08-04 16:59:59 +02:00
parent 14d4ac4379
commit 72ec60baee
3 changed files with 3 additions and 3 deletions

View file

@ -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")

View file

@ -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 {}

View file

@ -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.
Check the offical [ZoKrates documentation](https://zokrates.github.io/toolbox/zokrates_js.html) for more details.