Skip to content

Commit 3ad7f99

Browse files
committed
fix doc links
1 parent 4fec905 commit 3ad7f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/1-Cryptography/materials/zk-factorization-example/circuit_example_playground/snarkjs_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ If all is well, you should see that `OK` has been outputted to your console. Thi
505505
snarkjs zkey export solidityverifier circuit_final.zkey verifier.sol
506506
```
507507
508-
Finally, we export the verifier as a Solidity smart-contract so that we can publish it on-chain -- using [remix](https://remix.ethereum.org/) for example. For the details on how to do this, refer to section 4 of [this tutorial](https://blog.iden3.io/first-zk-proof.html).
508+
Finally, we export the verifier as a Solidity smart-contract so that we can publish it on-chain -- using [remix](https://remix.ethereum.org/) for example.
509509
510510
### 26. Simulate a verification call
511511

content/6-Protocol_On-Chain/Zombienet-slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ network.add_node("new1", opts).await?;
784784
```
785785

786786
---v
787-
Example: [Add a new parachain](https://paritytech.github.io/zombienet-sdk/zombienet_orchestrator/network/struct.Network.html#method.add_parachain) to a running network
787+
Example: Add a new parachain to a running network
788788

789789
```rust [1-7|9]
790790
let para_config = network

0 commit comments

Comments
 (0)