Skip to content

Commit e17722e

Browse files
committed
Fix URLs in README
1 parent bf64f33 commit e17722e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A blockchain implementation in Go, as described in these articles:
44

5-
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
6-
2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
7-
2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
8-
3. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
5+
1. [Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
6+
2. [Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)
7+
2. [Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/)
8+
3. [Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)

0 commit comments

Comments
 (0)