Browse Source

Add link to full list of upgrades resources

Francisco Giordano 4 years ago
parent
commit
0d40f705a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/modules/ROOT/pages/upgradeable.adoc

+ 2 - 0
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