Skip to content

Commit 4f331d8

Browse files
authored
Remove version from Upgrades Plugins docs url (#1109)
1 parent 451d217 commit 4f331d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: upgrades-plugins
22
title: Upgrades Plugins
3-
version: 1.x
3+
version: ~
44
nav:
55
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/api-hardhat-upgrades.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Forces the import of an existing proxy, beacon, or implementation contract deplo
257257

258258
CAUTION: When importing a proxy or beacon, the `deployedImpl` argument must be the contract factory of the *current* implementation contract version that is being used, not the version that you are planning to upgrade to.
259259

260-
Use this function to recreate a lost https://docs.openzeppelin.com/upgrades-plugins/1.x/network-files[network file] by importing previous deployments, or to register proxies or beacons for upgrading even if they were not originally deployed by this plugin. Supported for UUPS, Transparent, and Beacon proxies, as well as beacons and implementation contracts.
260+
Use this function to recreate a lost https://docs.openzeppelin.com/upgrades-plugins/network-files[network file] by importing previous deployments, or to register proxies or beacons for upgrading even if they were not originally deployed by this plugin. Supported for UUPS, Transparent, and Beacon proxies, as well as beacons and implementation contracts.
261261

262262
*Parameters:*
263263

0 commit comments

Comments
 (0)