Skip to content

Commit

Permalink
Fix broken link on erc-20.md
Browse files Browse the repository at this point in the history
Fix broken link under Implementation for OpenZeppelin and ConsenSys implementation
  • Loading branch information
shahbaz17 committed Mar 15, 2024
1 parent 1b84e5e commit d21d07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ There are already plenty of ERC20-compliant tokens deployed on the Ethereum netw
Different implementations have been written by various teams that have different trade-offs: from gas saving to improved security.

#### Example implementations are available at
- [OpenZeppelin implementation](../assets/eip-20/OpenZeppelin-ERC20.sol)
- [ConsenSys implementation](../assets/eip-20/Consensys-EIP20.sol)
- [OpenZeppelin implementation](../assets/erc-20/OpenZeppelin-ERC20.sol)
- [ConsenSys implementation](../assets/erc-20/Consensys-EIP20.sol)


## History
Expand Down

0 comments on commit d21d07a

Please sign in to comment.