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

fix book link

This commit is contained in:
schaeff 2021-12-14 15:45:42 +01:00
parent 79e75cb726
commit 048221bafd
2 changed files with 1 additions and 1 deletions

View file

@ -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:
```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.