Skip to content

Commit

Permalink
fix book link
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Dec 14, 2021
1 parent 79e75cb commit 048221b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zokrates_book/src/toolbox/trusted_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 048221b

Please sign in to comment.