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

book/zkas: Correct some links.

parazyd 4 лет назад
Родитель
Сommit
fbacfaffcc
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      book/src/zkas/bincode.md
  2. 2 2
      zkas/README.md

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

@@ -36,8 +36,8 @@ TBD
 ```
 ```
 
 
 Integers in the binary are encoded using variable-integer encoding.
 Integers in the binary are encoded using variable-integer encoding.
-See [`serial.rs`](../../../src/util/serial.rs) for our Rust
-implementation.
+See [`serial.rs`](https://github.com/darkrenaissance/darkfi/blob/master/src/util/serial.rs)
+for our Rust implementation.
 
 
 ## `MAGIC_BYTES`
 ## `MAGIC_BYTES`
 
 

+ 2 - 2
zkas/README.md

@@ -5,10 +5,10 @@ zkas is a compiler for the Halo2 zkVM langage used in
 [DarkFi](https://github.com/darkrenaissance/darkfi).
 [DarkFi](https://github.com/darkrenaissance/darkfi).
 
 
 The documentation on both the compiler and the language can be found
 The documentation on both the compiler and the language can be found
-in the book: https://darkrenaissance.github.io/darkfi/zkas/zkas.html
+in the book: <https://darkrenaissance.github.io/darkfi/zkas/zkas.html>
 
 
 The current implementation found in the DarkFi repository inside
 The current implementation found in the DarkFi repository inside
-https://github.com/darkrenaissance/darkfi/tree/master/zkas is the
+<https://github.com/darkrenaissance/darkfi/tree/master/zkas> is the
 reference compiler and language implementation. It is a toolchain
 reference compiler and language implementation. It is a toolchain
 consisting of a lexer, parser, static and semantic analyzers, and a
 consisting of a lexer, parser, static and semantic analyzers, and a
 binary code compiler.
 binary code compiler.