Răsfoiți Sursa

book/sapling: Fix paths for pseudocode Rust examples.

parazyd 4 ani în urmă
părinte
comite
50edabb426
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      doc/src/zkas/examples/sapling.md

+ 2 - 2
doc/src/zkas/examples/sapling.md

@@ -87,7 +87,7 @@ Knowing this we can extend our pseudo-code and build the
 before-mentioned public inputs for the circuit:
 
 ```rust
-{{#include ../../../../proof/mint.rs:main}}
+{{#include ../../../../tests/mint_proof.rs:main}}
 ```
 
 
@@ -162,7 +162,7 @@ Knowing this we can extend our pseudo-code and build the
 before-mentioned public inputs for the circuit:
 
 ```rust
-{{#include ../../../../proof/burn.rs:main}}
+{{#include ../../../../tests/burn_proof.rs:main}}
 ```