Skip to content

Commit 3b4091b

Browse files
authored
Update index.md
Updated outdated OpenZeppelin docs links.
1 parent 311e542 commit 3b4091b

File tree

1 file changed

+2
-2
lines changed
  • src/content/developers/docs/smart-contracts/security

1 file changed

+2
-2
lines changed

src/content/developers/docs/smart-contracts/security/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,13 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
470470

471471
### Tools for monitoring smart contracts {#smart-contract-monitoring-tools}
472472

473-
- **[OpenZeppelin Defender Sentinels](https://docs.openzeppelin.com/defender/sentinel)** - _A tool for automatically monitoring and responding to events, functions, and transaction parameters on your smart contracts._
473+
- **[OpenZeppelin Defender Sentinels](https://docs.openzeppelin.com/defender/v1/sentinel)** - _A tool for automatically monitoring and responding to events, functions, and transaction parameters on your smart contracts._
474474

475475
- **[Tenderly Real-Time Alerting](https://tenderly.co/alerting/)** - _A tool for getting real-time notifications when unusual or unexpected events happen on your smart contracts or wallets._
476476

477477
### Tools for secure administration of smart contracts {#smart-contract-administration-tools}
478478

479-
- **[OpenZeppelin Defender Admin](https://docs.openzeppelin.com/defender/admin)** - _Interface for managing smart contract administration, including access controls, upgrades, and pausing._
479+
- **[OpenZeppelin Defender Admin](https://docs.openzeppelin.com/defender/v1/admin)** - _Interface for managing smart contract administration, including access controls, upgrades, and pausing._
480480

481481
- **[Safe](https://safe.global/)** - _Smart contract wallet running on Ethereum that requires a minimum number of people to approve a transaction before it can occur (M-of-N)._
482482

0 commit comments

Comments
 (0)