From 7d48d79b532f9f79a9984924ff94c0bb97da5980 Mon Sep 17 00:00:00 2001 From: Alejo Salles Date: Tue, 18 Aug 2020 12:50:35 -0300 Subject: [PATCH] Fixed sidebar reference in README.md (#2329) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c731a4097..ad52447f5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To keep your system secure, you should **always** use the installed code as-is, ## Learn More -The guides in the sidebar will teach about different concepts, and how to use the related contracts that OpenZeppelin Contracts provides: +The guides in the [docs site](https://docs.openzeppelin.com/contracts) will teach about different concepts, and how to use the related contracts that OpenZeppelin Contracts provides: * [Access Control](https://docs.openzeppelin.com/contracts/access-control): decide who can perform each of the actions on your system. * [Tokens](https://docs.openzeppelin.com/contracts/tokens): create tradeable assets or collectives, and distribute them via [Crowdsales](https://docs.openzeppelin.com/contracts/crowdsales).