docs: fix cross-chain airdrop README links#4205
Conversation
|
Welcome to RustChain! Thanks for your first pull request. Before we review, please make sure:
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150) A maintainer will review your PR soon. Thanks for contributing! |
|
I do not have repository label permissions, so I could not add the requested |
cerredz
left a comment
There was a problem hiding this comment.
Docs-link review.
I checked the changed paths from cross-chain-airdrop/README.md against the repository root. The four local documentation links now resolve, and the previous LICENSE-APACHE / LICENSE-MIT files do not exist in this repo. Linking Apache text to the existing root LICENSE plus using the public MIT license URL is a reasonable docs-only repair for the current tree.
Validation performed from the repository root:
Test-Path .\docs\RIP-305-cross-chain-airdrop.md=> trueTest-Path .\bridge\README.md=> trueTest-Path .\rips\docs\RIP-0305-solana-spl-token-deployment.md=> trueTest-Path .\airdrop\README.md=> trueTest-Path .\LICENSEandTest-Path .\CONTRIBUTING.md=> trueTest-Path .\LICENSE-APACHEandTest-Path .\LICENSE-MIT=> false
No blocking findings from my review.
|
💰 PAID — 2 RTC pending, will confirm in 24h.
What workedWelcome @maelrx! Broken relative links fixed + license targets aligned with crate metadata ( — auto-triage 2026-05-10 |
Addresses Scottcjn/rustchain-bounties#2178
Summary:
cross-chain-airdrop/README.mdthat used../../and resolved outside the repository root.Verification:
cross-chain-airdrop/README.md; all local Markdown links now resolve.Notes: