fix book link
This commit is contained in:
parent
79e75cb726
commit
048221bafd
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ We will start this tutorial by using ZoKrates to compile a basic program.
|
||||||
First, we create a new file named `program.zok` with the following content:
|
First, we create a new file named `program.zok` with the following content:
|
||||||
|
|
||||||
```zokrates
|
```zokrates
|
||||||
{{#include ../../../zokrates_cli/examples/book/mpc_tutorial/program.zok}}
|
{{#include ../../../zokrates_cli/examples/book/mpc_tutorial/circuit.zok}}
|
||||||
```
|
```
|
||||||
|
|
||||||
We compile the program using the `compile` command.
|
We compile the program using the `compile` command.
|
||||||
|
|
Loading…
Reference in a new issue