From 653b9f9d0b457ce9e949cea3a3e20f599b7d497d Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 25 Aug 2026 14:02:53 +0100 Subject: [PATCH] Fix broken Tenderly Alerts link ## Summary - Fixed the broken Tenderly Alerts link by adding the missing `?` before the query parameters. --- 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.