From eeeb8ec88615aa558b95da3f3b12e65fab3a9fd4 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Fri, 1 Mar 2024 15:03:11 -0500 Subject: [PATCH] Update README.md Fix fixed article link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275b273..22807af 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A complete NFT website with Minting and Gallery features. Based off of the ExoBi - [React](#react) ## Article -This project accompanies ["How To Build An NFT Website"]([https://medium.com/@greenzeta/how-to-build-an-nft-website-b66431560fff](https://greenzeta.com/how-to-build-an-nft-website/) on GreenZeta.com. The article explains everything you need to get started building an NFT website. Including: Contract deployment and interaction with a live contract using [Web3.js](https://github.com/ChainSafe/web3.js). Though this project stands by itself, it is recommended that you follow the full tutorial for a complete understanding. +This project accompanies ["How To Build An NFT Website"](https://greenzeta.com/how-to-build-an-nft-website/) on GreenZeta.com. The article explains everything you need to get started building an NFT website. Including: Contract deployment and interaction with a live contract using [Web3.js](https://github.com/ChainSafe/web3.js). Though this project stands by itself, it is recommended that you follow the full tutorial for a complete understanding. ![Article Header](http://greenzeta.com/wp-content/uploads/2021/11/article_header.png)