Skip to content

fix: correct malformed Tenderly URLs and wrong GitHub repository links#597

Open
vikions wants to merge 2 commits intoinkonchain:mainfrom
vikions:fix/broken-urls-and-links
Open

fix: correct malformed Tenderly URLs and wrong GitHub repository links#597
vikions wants to merge 2 commits intoinkonchain:mainfrom
vikions:fix/broken-urls-and-links

Conversation

@vikions
Copy link
Copy Markdown

@vikions vikions commented Mar 11, 2026

What this PR fixes

Found several broken and incorrect URLs across the documentation:

1. Malformed Tenderly alerts URL (block-explorers.mdx)

The URL was missing a ? before the query parameters, causing a 404:

  • Before: intro-to-alertsmtm_campaign=ext-docs&mtm_kwd=ink
  • After: intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink

2. Malformed Tenderly simulation URL (security.mdx)

Query parameters were placed after the # fragment, making them part of the anchor instead of the query string:

  • Before: #simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=ink
  • After: ?mtm_campaign=ext-docs&mtm_kwd=ink#simulate-via-rpc

3. Wrong GitHub links (contributing.mdx, ink-contracts.mdx)

Both pages linked to the org root instead of the docs repository, adding unnecessary friction for contributors:

  • Before: https://github.com/inkonchain
  • After: https://github.com/inkonchain/docs

Changes

  • src/pages/tools/block-explorers.mdx
  • src/pages/tools/security.mdx
  • src/pages/work-with-ink/contributing.mdx
  • src/pages/useful-information/ink-contracts.mdx

@vikions vikions requested a review from a team as a code owner March 11, 2026 12:16
… 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)
@vikions vikions force-pushed the fix/broken-urls-and-links branch from a8598aa to c0601a2 Compare March 11, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant