fix: correct malformed Tenderly URLs and wrong GitHub repository links#597
Open
vikions wants to merge 2 commits intoinkonchain:mainfrom
Open
fix: correct malformed Tenderly URLs and wrong GitHub repository links#597vikions wants to merge 2 commits intoinkonchain:mainfrom
vikions wants to merge 2 commits intoinkonchain:mainfrom
Conversation
… 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)
a8598aa to
c0601a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:intro-to-alertsmtm_campaign=ext-docs&mtm_kwd=inkintro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=ink2. Malformed Tenderly simulation URL (
security.mdx)Query parameters were placed after the
#fragment, making them part of the anchor instead of the query string:#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=ink?mtm_campaign=ext-docs&mtm_kwd=ink#simulate-via-rpc3. 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:
https://github.com/inkonchainhttps://github.com/inkonchain/docsChanges
src/pages/tools/block-explorers.mdxsrc/pages/tools/security.mdxsrc/pages/work-with-ink/contributing.mdxsrc/pages/useful-information/ink-contracts.mdx