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. diff --git a/src/pages/tools/security.mdx b/src/pages/tools/security.mdx index f584f73a..34ed0b0f 100644 --- a/src/pages/tools/security.mdx +++ b/src/pages/tools/security.mdx @@ -15,7 +15,7 @@ * Configure [Tenderly Alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink) for notifications on transactions and contract events. Use [Alerts API](https://docs.tenderly.co/alerts/api) to set up custom alerts with highly granular triggering criteria. * Use [Web3 Actions](https://docs.tenderly.co/web3-actions/intro-to-web3-actions?mtm_campaign=ext-docs&mtm_kwd=ink) to automate predefined responses, improving security and user experience. -* Leverage [Simulation RPC](https://docs.tenderly.co/simulations/single-simulations#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=ink) to predict transaction outcomes such as asset changes, precise gas usage, and emitted events. +* Leverage [Simulation RPC](https://docs.tenderly.co/simulations/single-simulations?mtm_campaign=ext-docs&mtm_kwd=ink#simulate-via-rpc) to predict transaction outcomes such as asset changes, precise gas usage, and emitted events. **Supported Networks** diff --git a/src/pages/useful-information/ink-contracts.mdx b/src/pages/useful-information/ink-contracts.mdx index 8b6629de..bc8640c5 100644 --- a/src/pages/useful-information/ink-contracts.mdx +++ b/src/pages/useful-information/ink-contracts.mdx @@ -6,7 +6,7 @@ import CopyableCode from "@/components/CopyableCode"; This page is a work in progress. If there are missing tokens, please feel free to edit this page by submitting a PR to our - [Github](https://github.com/inkonchain). + [Github](https://github.com/inkonchain/docs). | Name | Contract Address | diff --git a/src/pages/work-with-ink/contributing.mdx b/src/pages/work-with-ink/contributing.mdx index 1f2d488c..599c49db 100644 --- a/src/pages/work-with-ink/contributing.mdx +++ b/src/pages/work-with-ink/contributing.mdx @@ -10,4 +10,4 @@ export const config = { ### Contributing to the Documentation -If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain) and submit your PRs! +If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain/docs) and submit your PRs!