docs: fix broken links in Thai localized README - #898
Open
latent-9 wants to merge 1 commit into
Open
Conversation
The Thai README under Docs/README.localized/ links CONTRIBUTING.md, PRIVACY.md, and THIRD_PARTY_NOTICES.md with bare paths, which resolve under Docs/README.localized/ and 404 (those files live at the repo root). The other localized READMEs already use ../../, so this matches them.
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.
Docs/README.localized/README.th-TH.mdlinks three root files with bare paths:[...](CONTRIBUTING.md)(line 250)[...](PRIVACY.md)(line 256)[...](THIRD_PARTY_NOTICES.md)(line 257)Because the file lives in
Docs/README.localized/, those resolve toDocs/README.localized/CONTRIBUTING.mdetc. and 404 on GitHub, while the files are at the repo root. The sibling localized READMEs already use the correct relative depth (e.g.README.de-de.mdandREADME.zh-cn.mdlink../../CONTRIBUTING.md). This updates the Thai README to match.