Skip to content

fix: auto-correct translated URL paths (example of validation script)#16940

Closed
minimalsm wants to merge 1 commit into
feat/url-validation-automationfrom
fix/url-validation-example-fixes
Closed

fix: auto-correct translated URL paths (example of validation script)#16940
minimalsm wants to merge 1 commit into
feat/url-validation-automationfrom
fix/url-validation-example-fixes

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

@minimalsm minimalsm commented Dec 18, 2025

Summary

This PR demonstrates the pnpm validate-urls --fix command in action by automatically correcting URL path issues detected by the validation script from PR #16939.

Fixes Applied

Case sensitivity issues (would cause 404s):

  • /Developers/Docs/Scaling/Optimistic-Rollups/developers/docs/scaling/optimistic-rollups
  • /Developers/Docs/Scaling/Zk-Rollups/developers/docs/scaling/zk-rollups
  • /Developers/Docs/Scaling/State-Channels/developers/docs/scaling/state-channels
  • /Developers/Docs/Scaling/Plasma/developers/docs/scaling/plasma
  • /Developers/Docs/Standards/Tokens/erc-721/developers/docs/standards/tokens/erc-721
  • /Developers/Docs/Standards/Tokens/erc-777/developers/docs/standards/tokens/erc-777
  • /Developers/Docs/Standards/Tokens/erc-1155/developers/docs/standards/tokens/erc-1155
  • /Staking/pools/staking/pools

Files Fixed

Language Files
German (de) scaling docs, standards docs, staking products
Spanish (es) smart contracts deploying, developers guide
Italian (it) javascript programming docs
Japanese (ja) beacon chain, glossary
Malay (ms) defi, staking
Dutch (nl) dencun roadmap

How This Was Generated

pnpm validate-urls --fix

The script automatically corrected all URL paths with ≥70% confidence match.

Related

Applied automatic fixes using `pnpm validate-urls --fix`.

Fixes include:
- Case sensitivity: /Developers/Docs/... → /developers/docs/...
- Case sensitivity: /Staking/pools → /staking/pools
- Translated paths: Various localized URL paths corrected

Files fixed:
- de: scaling docs, standards docs, staking products
- es: smart contracts deploying, developers guide
- it: javascript programming docs
- ja: beacon chain, glossary
- ms: defi, staking
- nl: dencun roadmap

This PR demonstrates the automated URL validation in action.
See PR #16939 for the validation tool.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions github-actions Bot added content 🖋️ This involves copy additions or edits tooling 🔧 Changes related to tooling of the project translation 🌍 This is related to our Translation Program labels Dec 18, 2025
@wackerow wackerow marked this pull request as draft January 6, 2026 03:54
@wackerow
Copy link
Copy Markdown
Member

Happy to merge corrections if we isolate the fixes and keep the script to a separate discussion

@github-actions
Copy link
Copy Markdown
Contributor

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions Bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Feb 12, 2026
@wackerow
Copy link
Copy Markdown
Member

Closing out in lieu of latest intl-pipeline

@wackerow wackerow closed this Apr 23, 2026
@github-actions github-actions Bot added the abandoned This has been abandoned or will not be implemented label Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

abandoned This has been abandoned or will not be implemented content 🖋️ This involves copy additions or edits Status: Stale This issue is stale because it has been open 30 days with no activity. tooling 🔧 Changes related to tooling of the project translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants