Browse Source

Fix ERC777 link (#3351)

Eric Lau 3 years ago
parent
commit
c12076fb7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/token/ERC777/README.adoc

+ 1 - 1
contracts/token/ERC777/README.adoc

@@ -3,7 +3,7 @@
 [.readme-notice]
 NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/token/erc777
 
-This set of interfaces and contracts are all related to the [ERC777 token standard](https://eips.ethereum.org/EIPS/eip-777).
+This set of interfaces and contracts are all related to the https://eips.ethereum.org/EIPS/eip-777[ERC777 token standard].
 
 TIP: For an overview of ERC777 tokens and a walk through on how to create a token contract read our xref:ROOT:erc777.adoc[ERC777 guide].