From e5fbbda9bac49039847a7ed20c1d966766ecc64a Mon Sep 17 00:00:00 2001 From: CallMeGwei <34364155+CallMeGwei@users.noreply.github.com> Date: Wed, 21 Oct 2020 13:59:43 -0500 Subject: [PATCH] Add audit links to readme and doc index (#2392) --- README.md | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad52447f5..f48e364a8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * Flexible [role-based permissioning](https://docs.openzeppelin.com/contracts/access-control) scheme. * Reusable [Solidity components](https://docs.openzeppelin.com/contracts/utilities) to build custom contracts and complex decentralized systems. * First-class integration with the [Gas Station Network](https://docs.openzeppelin.com/contracts/gsn) for systems with no gas fees! - * Audited by leading security firms (_last full audit on v2.0.0_). + * [Audited](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/audit) by leading security firms (_last full audit on v2.0.0_). ## Overview diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 8c76b298e..96041fe6e 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -6,7 +6,7 @@ * Flexible xref:access-control.adoc[role-based permissioning] scheme. * Reusable xref:utilities.adoc[Solidity components] to build custom contracts and complex decentralized systems. * First-class integration with the xref:gsn.adoc[Gas Station Network] for systems with no gas fees! - * Audited by leading security firms (_last full audit on v2.0.0_). + * https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/audit[Audited] by leading security firms (_last full audit on v2.0.0_). == Overview