From 0d40f705a7d4a42ff622ae3a0e1a90305fc5b93e Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 29 Apr 2021 22:58:59 -0300 Subject: [PATCH] Add link to full list of upgrades resources --- docs/modules/ROOT/pages/upgradeable.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/upgradeable.adoc b/docs/modules/ROOT/pages/upgradeable.adoc index 17011cb9d..2b8d27204 100644 --- a/docs/modules/ROOT/pages/upgradeable.adoc +++ b/docs/modules/ROOT/pages/upgradeable.adoc @@ -6,6 +6,8 @@ This variant is available as a separate package called `@openzeppelin/contracts- It follows all of the rules for xref:upgrades-plugins::writing-upgradeable.adoc[Writing Upgradeable Contracts]: constructors are replaced by initializer functions, state variables are initialized in initializer functions, and we additionally check for storage incompatibilities across minor versions. +TIP: OpenZeppelin provides a full suite of tools for deploying and securing upgradeable smart contracts. xref:openzeppelin::upgrades.adoc[Check out the full list of resources]. + == Overview === Installation