From 6102ddf6755cc0f2e281b889e0a63d4ae6c959b7 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Fri, 31 Jan 2020 04:30:52 +1100 Subject: [PATCH] Update README link to learn guide (#2070) Reported from Community Member via Intercom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6874c2a30..a8b33d160 100644 --- a/README.md +++ b/README.md @@ -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.