From e17722eb18caa7618dee298da677a9f5667a0513 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Sat, 26 Jun 2021 18:21:49 +0700 Subject: [PATCH] Fix URLs in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c9b585..38c89b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A blockchain implementation in Go, as described in these articles: -1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/) -2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/) -2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/) -3. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/) +1. [Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/) +2. [Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/) +2. [Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/) +3. [Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)