From 56b3b7a4879fee4addcf77f70d519b7c8635309f Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Mon, 2 Aug 2021 20:06:30 -0300 Subject: [PATCH] Remove mention of 2.0.0 audit in docs --- docs/modules/ROOT/pages/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index d4b69349e..3123a65ca 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -5,7 +5,6 @@ * Implementations of standards like xref:erc20.adoc[ERC20] and xref:erc721.adoc[ERC721]. * Flexible xref:access-control.adoc[role-based permissioning] scheme. * Reusable xref:utilities.adoc[Solidity components] to build custom contracts and complex decentralized systems. - * https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/audit[Audited] by leading security firms (_last full audit on v2.0.0_). == Overview