mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
doc: Update book links
This commit is contained in:
@@ -2,7 +2,7 @@ The DarkFi book
|
||||
===============
|
||||
|
||||
This directory contains the sources for the book that can be read on
|
||||
https://darkrenaissance.github.io/darkfi
|
||||
https://dark.fi/book/
|
||||
|
||||
When adding or removing a section of the book, make sure to update the
|
||||
[SUMMARY.md](src/SUMMARY.md) file to actually list the contents.
|
||||
|
||||
@@ -97,7 +97,7 @@ def print_table():
|
||||
print("[therapy](https://github.com/narodnik/therapy) that we made.")
|
||||
print("The canvas will also be shared on Jitsi calls.\n")
|
||||
print("Videos will be uploaded online and linked here.")
|
||||
print("Join [our chat](https://darkrenaissance.github.io/darkfi/misc/darkirc/darkirc.html)")
|
||||
print("Join [our chat](https://dark.fi/book/misc/darkirc/darkirc.html)")
|
||||
print("for more info. Links and text chat will happen there during the calls.")
|
||||
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ and participating in crypto communities.
|
||||
1. Download and install a simple Linux operating system to get started. Options can be Ubuntu or Manjaro Linux.
|
||||
2. Watch [Finematics videos](https://www.youtube.com/c/Finematics/videos).
|
||||
3. Begin the initial stage listed above.
|
||||
4. Follow the instructions on the Darkfi Book and run [darkirc](https://darkrenaissance.github.io/darkfi/misc/darkirc/darkirc.html) to connect with the team.
|
||||
4. Follow the instructions on the Darkfi Book and run [darkirc](https://dark.fi/book/misc/darkirc/darkirc.html) to connect with the team.
|
||||
|
||||
## Further Reading
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ access to values (variables) that are constructed within
|
||||
the ZK circuit. Upon initialization, the VM instantiates
|
||||
two heaps, of which one holds literals (currently `u64` is
|
||||
supported), and the other holds arbitrary types defined in
|
||||
[`HeapVar`](https://darkrenaissance.github.io/darkfi/development/darkfi/zk/vm_heap/enum.HeapVar.html)
|
||||
[`HeapVar`](https://dark.fi/book/development/darkfi/zk/vm_heap/enum.HeapVar.html)
|
||||
|
||||
Once the heaps are instantiated, the circuit initializes all the
|
||||
available halo2 gadgets so they're ready for use, and also to create
|
||||
|
||||
Reference in New Issue
Block a user