Skip to content

Commit

Permalink
Update README link to learn guide (#2070)
Browse files Browse the repository at this point in the history
Reported from Community Member via Intercom
  • Loading branch information
abcoathup authored Jan 30, 2020
1 parent 5a67a69 commit 6102ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract MyNFT is ERC721Full, ERC721Mintable {
}
```

_If you're new to smart contract development, head to [Developing Smart Contracts](https://docs.openzeppelin.com/contracts/learn::developing-smart-contracts) to learn about creating a new project and compiling your contracts._
_If you're new to smart contract development, head to [Developing Smart Contracts](https://docs.openzeppelin.com/learn/developing-smart-contracts) to learn about creating a new project and compiling your contracts._

To keep your system secure, you should **always** use the installed code as-is, and neither copy-paste it from online sources, nor modify it yourself.

Expand Down

0 comments on commit 6102ddf

Please sign in to comment.