Browse Source

book/zkas/bincode: Use Github URL for decoder.rs reference.

parazyd 4 years ago
parent
commit
b6c60fa585
1 changed files with 2 additions and 1 deletions
  1. 2 1
      book/src/zkas/bincode.md

+ 2 - 1
book/src/zkas/bincode.md

@@ -101,4 +101,5 @@ TBD
 ## Decoding the bincode
 
 An example decoder implementation can be found in zkas'
-[`decoder.rs`](../../../zkas/src/decoder.rs) module.
+[`decoder.rs`](https://github.com/darkrenaissance/darkfi/blob/master/zkas/src/decoder.rs)
+module.