Skip to content

docs: fix broken links in Thai localized README - #898

Open
latent-9 wants to merge 1 commit into
CollapseLauncher:mainfrom
latent-9:docs/fix-thai-readme-links
Open

docs: fix broken links in Thai localized README#898
latent-9 wants to merge 1 commit into
CollapseLauncher:mainfrom
latent-9:docs/fix-thai-readme-links

Conversation

@latent-9

@latent-9 latent-9 commented Aug 6, 2026

Copy link
Copy Markdown

Docs/README.localized/README.th-TH.md links 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 to Docs/README.localized/CONTRIBUTING.md etc. 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.md and README.zh-cn.md link ../../CONTRIBUTING.md). This updates the Thai README to match.

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.
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.

1 participant