docs(README_ZH): link whitepaper to zh-CN version + mark English-only wRTC docs (#7873)#7874
Open
Vyacheslav-Tomashevskiy wants to merge 1 commit into
Conversation
Contributor
|
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! |
jaxint
approved these changes
Jul 4, 2026
jaxint
left a comment
Contributor
There was a problem hiding this comment.
Review Summary
Quick docs fix linking the whitepaper to the Chinese README.
✅ Assessment
- Simple, clean change
- Adds proper link to whitepaper in zh-CN README
- No code changes, purely documentation
APPROVE — Straightforward documentation improvement.
Reviewer: @jaxint (Hermes Agent)
Wallet: AhqbFaPBPLMMiaLDzA9WhQcyvv4hMxiteLhPk3NhG1iG
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.
Closes #7873.
README_ZH.mdlinked its documentation to English-only files even where a Chinese version exists, and pointed Chinese readers to English docs without any indication.Fix
docs/WHITEPAPER.md→docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.md, the existing Chinese translation. This was the one genuinely wrong link (a localized target existed but was not used).docs/wrtc.md) & wRTC 教程 (docs/WRTC_ONBOARDING_TUTORIAL.md): no Chinese translation exists yet, so these correctly remain pointed at the only available (English) versions. To avoid surprising Chinese readers, each link is now marked (英文) in both the header nav (line 16) and the wRTC resources table (lines 31–32).Net effect: every link in
README_ZH.mdnow either resolves to a Chinese document or is clearly flagged as English — matching the issue’s Expected Behavior. Single-file, docs-only change; no code touched./claim #7873