Skip to content

fix: correct 8 broken documentation URLs and tree formatting in README#75

Merged
zerosnacks merged 2 commits intotempoxyz:masterfrom
giwaov:fix/readme-broken-urls-and-formatting
Feb 23, 2026
Merged

fix: correct 8 broken documentation URLs and tree formatting in README#75
zerosnacks merged 2 commits intotempoxyz:masterfrom
giwaov:fix/readme-broken-urls-and-formatting

Conversation

@giwaov
Copy link
Copy Markdown
Contributor

@giwaov giwaov commented Feb 20, 2026

Summary

  • Fix 8 broken documentation URLs — Links use docs.tempo.xyz/documentation/protocol/... but the correct path is docs.tempo.xyz/protocol/... (the /documentation/ prefix causes 404s)
  • Fix tree structureITIP403Registry.sol uses └── (last-item marker) but IValidatorConfig.sol follows at the same depth; changed to ├──
  • Fix terminology — "crates" → "packages" (this is a Solidity project, not Rust)

Affected URLs

Interface Before (404) After (correct)
IAccountKeychain docs.tempo.xyz/documentation/protocol/transactions/... docs.tempo.xyz/protocol/transactions/...
IFeeAMM docs.tempo.xyz/documentation/protocol/fees/... docs.tempo.xyz/protocol/fees/...
IFeeManager docs.tempo.xyz/documentation/protocol/fees/... docs.tempo.xyz/protocol/fees/...
ITIP20Factory docs.tempo.xyz/documentation/protocol/tip20/... docs.tempo.xyz/protocol/tip20/...
ITIP20RewardsRegistry docs.tempo.xyz/documentation/protocol/tip20-rewards/... docs.tempo.xyz/protocol/tip20-rewards/...
ITIP20RolesAuth docs.tempo.xyz/documentation/protocol/tip20/... docs.tempo.xyz/protocol/tip20/...
ITIP20 docs.tempo.xyz/documentation/protocol/tip20/... docs.tempo.xyz/protocol/tip20/...
ITIP403Registry docs.tempo.xyz/documentation/protocol/tip403/... docs.tempo.xyz/protocol/tip403/...

Note: IStablecoinDEX already had the correct URL (docs.tempo.xyz/protocol/exchange/spec#stablecoin-dex).

Test plan

  • Verify all 8 corrected documentation URLs resolve to the intended pages
  • Verify tree structure renders correctly in GitHub markdown preview

…gy in README

- Remove incorrect `/documentation/` prefix from 8 docs.tempo.xyz URLs
  (correct path is `docs.tempo.xyz/protocol/...`, not
  `docs.tempo.xyz/documentation/protocol/...`)
- Fix tree structure: ITIP403Registry.sol used `└──` (last item marker)
  but IValidatorConfig.sol follows it at the same depth — changed to `├──`
- Fix "crates" → "packages" (Solidity project, not Rust)
@giwaov giwaov force-pushed the fix/readme-broken-urls-and-formatting branch from 022a355 to 1f4c706 Compare February 20, 2026 12:00
@zerosnacks zerosnacks merged commit bd6e232 into tempoxyz:master Feb 23, 2026
13 checks passed
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.

2 participants