Skip to content

Commit a8598aa

Browse files
committed
fix: correct malformed URLs and wrong repository links- Add missing ? before query params in Tenderly alerts URL (block-explorers.mdx)- Move query params before # fragment in Tenderly simulation URL (security.mdx)- Update GitHub org links to point to docs repo instead of org root (contributing.mdx, ink-contracts.mdx)
1 parent c9b1313 commit a8598aa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/tools/block-explorers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The world’s first multichain explorer provides seamless access to +100 chains,
2929
## Tenderly
3030

3131
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.
32-
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.
32+
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.

src/pages/tools/security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
* 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.
1717
* 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.
18-
* 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.
18+
* 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.
1919

2020
**Supported Networks**
2121

src/pages/useful-information/ink-contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CopyableCode from "@/components/CopyableCode";
66
<Callout type="info" emoji="ℹ️">
77
This page is a work in progress. If there are missing tokens, please feel free
88
to edit this page by submitting a PR to our
9-
[Github](https://github.com/inkonchain).
9+
[Github](https://github.com/inkonchain/docs).
1010
</Callout>
1111

1212
| Name | Contract Address |

src/pages/work-with-ink/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const config = {
1010

1111
### Contributing to the Documentation
1212

13-
If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain) and submit your PRs!
13+
If you'd like to contribute to our documentation, please visit our [github](https://github.com/inkonchain/docs) and submit your PRs!

0 commit comments

Comments
 (0)