Fix bilingual README links: use absolute HF URLs for EN/ZH switch, LICENSE and data links

#2
by JacobLIU1024 - opened

The English/中文 language switch used relative links inside raw HTML <a> tags, which Hugging Face does not rewrite. Clicking it resolved to an invalid URL such as https://huggingface.co/openbmb/README_ZH.md (404).

This PR is rebased on the latest main and only converts the language-switch links, the LICENSE link (and internal data/ links for the dataset) to absolute Hugging Face URLs. Image src (already absolute GitHub-raw URLs) and all other content are left unchanged.

BigDong changed pull request status to merged

Sign up or log in to comment