From 885c0ffc9488b58680f24aa025321d1c5aa33343 Mon Sep 17 00:00:00 2001 From: crazywriter1 Date: Wed, 1 Jul 2026 13:34:32 +0300 Subject: [PATCH] fix(docs): correct broken Tenderly alerts URL in block-explorers --- src/pages/tools/block-explorers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/block-explorers.mdx b/src/pages/tools/block-explorers.mdx index c73a17a0..db074272 100644 --- a/src/pages/tools/block-explorers.mdx +++ b/src/pages/tools/block-explorers.mdx @@ -29,4 +29,4 @@ The world’s first multichain explorer provides seamless access to +100 chains, ## Tenderly Tenderly's [Developer Explorer](https://docs.tenderly.co/developer-explorer?mtm_campaign=ext-docs&mtm_kwd=ink) is a multi-chain explorer offering view of your smart contract transactions, events, and logs. -Rely on Explorer's integrated [Debugger](https://docs.tenderly.co/debugger?mtm_campaign=ext-docs&mtm_kwd=ink) and [Simulator UI](https://docs.tenderly.co/simulator-ui/using-simulation-ui?mtm_campaign=ext-docs&mtm_kwd=ink) to spot and solve issues in transactions and contracts. Set up critical [alerts](https://docs.tenderly.co/alerts/intro-to-alertsmtm_campaign=ext-docs&mtm_kwd=ink) on contracts to proactively respond to issues and improve security practices. +Rely on Explorer's integrated [Debugger](https://docs.tenderly.co/debugger?mtm_campaign=ext-docs&mtm_kwd=ink) and [Simulator UI](https://docs.tenderly.co/simulator-ui/using-simulation-ui?mtm_campaign=ext-docs&mtm_kwd=ink) to spot and solve issues in transactions and contracts. Set up critical [alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink) on contracts to proactively respond to issues and improve security practices.