Fix URLs in README
This commit is contained in:
parent
bf64f33069
commit
e17722eb18
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A blockchain implementation in Go, as described in these articles:
|
A blockchain implementation in Go, as described in these articles:
|
||||||
|
|
||||||
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
|
1. [Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
|
||||||
2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
|
2. [Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)
|
||||||
2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
|
2. [Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/)
|
||||||
3. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
|
3. [Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)
|
||||||
|
|
Loading…
Reference in New Issue