From 4f331d876374b9182ff931a1c9725d241ad3fe54 Mon Sep 17 00:00:00 2001 From: Eric Lau Date: Thu, 2 Jan 2025 16:43:55 -0500 Subject: [PATCH] Remove version from Upgrades Plugins docs url (#1109) --- docs/antora.yml | 2 +- docs/modules/ROOT/pages/api-hardhat-upgrades.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 63d43834b..773bb9323 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: upgrades-plugins title: Upgrades Plugins -version: 1.x +version: ~ nav: - modules/ROOT/nav.adoc diff --git a/docs/modules/ROOT/pages/api-hardhat-upgrades.adoc b/docs/modules/ROOT/pages/api-hardhat-upgrades.adoc index 651b809e2..ff581d73d 100644 --- a/docs/modules/ROOT/pages/api-hardhat-upgrades.adoc +++ b/docs/modules/ROOT/pages/api-hardhat-upgrades.adoc @@ -257,7 +257,7 @@ Forces the import of an existing proxy, beacon, or implementation contract deplo 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. -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. +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. *Parameters:*