From 2808c2cdcd77e4ea14e4e8b5da48fdad37388635 Mon Sep 17 00:00:00 2001 From: mnwafor Date: Sat, 18 Oct 2025 21:38:39 +0100 Subject: [PATCH] proxy docs link update --- contracts/proxy/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/proxy/README.adoc b/contracts/proxy/README.adoc index 1c4d0105c..f534fd21c 100644 --- a/contracts/proxy/README.adoc +++ b/contracts/proxy/README.adoc @@ -1,7 +1,7 @@ = Proxies [.readme-notice] -NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/proxy +NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/5.x/api/proxy This is a low-level set of contracts implementing different proxy patterns with and without upgradeability. For an in-depth overview of this pattern check out the xref:upgrades-plugins::proxies.adoc[Proxy Upgrade Pattern] page.