fix links
This commit is contained in:
parent
14d4ac4379
commit
72ec60baee
3 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
|
@ -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 {}
|
||||
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue