Просмотр исходного кода

book/sapling: Fix paths for pseudocode Rust examples.

parazyd 4 лет назад
Родитель
Сommit
50edabb426
1 измененных файлов с 2 добавлено и 2 удалено
  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}}
 ```