From 65d7c0ae01427e7bbfa455f262b9ab4a651dd9c4 Mon Sep 17 00:00:00 2001 From: Aryan Malik Date: Sun, 9 Jun 2024 14:28:40 +0530 Subject: [PATCH] Fixed Link --- client/src/gamedata/en/descriptions/levels/stake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/gamedata/en/descriptions/levels/stake.md b/client/src/gamedata/en/descriptions/levels/stake.md index 728e3a284..e9071ee0e 100644 --- a/client/src/gamedata/en/descriptions/levels/stake.md +++ b/client/src/gamedata/en/descriptions/levels/stake.md @@ -9,5 +9,5 @@ To complete this level, the contract state must meet the following conditions: Things that might be useful: -- [ERC-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) specification. +- [ERC-20](https://github.com/ethereum/ercs/blob/master/ERCS/erc-20.md) specification. - [OpenZeppelin contracts](https://github.com/OpenZeppelin/openzeppelin-contracts)