miguelmota / ethereum-development-with-go-book

📖 A little guide book on Ethereum Development with Go (golang)
https://goethereumbook.org
Other
1.74k stars 427 forks source link

cannot access https://etherconverter.online? #50

Closed tsuu32 closed 4 years ago

tsuu32 commented 4 years ago

https://github.com/miguelmota/ethereum-development-with-go-book/blob/c0c7adeb5febffcb092733e19ec5924aee7aeb43/en/transfer-eth/README.md#L43

I found a typo. [https://etherconverter.online](https://etherconverter.online]) should be [https://etherconverter.online](https://etherconverter.online). But I cannot access https://etherconverter.online (dead link?). How about changing to alternative one?

miguelmota commented 4 years ago

Thanks for reporting the typo and broken link. I've updated it to use https://etherconverter.netlify.com which is based on the ether-converter npm package.