Unverified Commit 6102ddf6 by Andrew B Coathup Committed by GitHub

Update README link to learn guide (#2070)

Reported from Community Member via Intercom
parent 5a67a69f
...@@ -38,7 +38,7 @@ contract MyNFT is ERC721Full, ERC721Mintable { ...@@ -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. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment