Skip to content

Commit f9692aa

Browse files
authored
Move Defender integration doc links (#1172)
1 parent dd917e2 commit f9692aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
* xref:index.adoc[Overview]
22
* xref:hardhat-upgrades.adoc[Using with Hardhat]
3-
** xref:defender-deploy.adoc[OpenZeppelin Defender integration]
43
** xref:network-files.adoc[Network Files]
54
* xref:foundry-upgrades.adoc[Using with Foundry]
6-
** xref:foundry-defender.adoc[OpenZeppelin Defender integration]
75
* xref:writing-upgradeable.adoc[Writing Upgradeable Contracts]
86
* xref:proxies.adoc[Proxy Upgrade Pattern]
97
* xref:faq.adoc[Frequently Asked Questions]

docs/modules/ROOT/pages/defender-deploy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OpenZeppelin Defender integration
1+
= OpenZeppelin Defender with Hardhat
22

33
The Hardhat Upgrades package can use https://docs.openzeppelin.com/defender/[OpenZeppelin Defender] for deployments instead of ethers.js, which allows for features such as gas pricing estimation, resubmissions, and automated bytecode and source code verification.
44

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ describe("Box", function() {
160160
});
161161
----
162162

163+
== Usage with Defender
164+
165+
If you are using OpenZeppelin Defender, see xref:defender-deploy.adoc[OpenZeppelin Defender with Hardhat] for how to use it for deployments.
166+
163167
== API
164168

165169
See xref:api-hardhat-upgrades.adoc[Hardhat Upgrades API] for the full API documentation.

0 commit comments

Comments
 (0)