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

This commit is contained in:
parazyd
2022-01-19 17:26:51 +01:00
parent aa0b73d8a2
commit b6c60fa585

View File

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