Skip to content

docs(readme): fix 404 blog link in README and README_npm - #2128

Open
LeonSGP43 wants to merge 1 commit into
XiaomiMiMo:mainfrom
LeonSGP43:fix/readme-blog-link-404
Open

docs(readme): fix 404 blog link in README and README_npm#2128
LeonSGP43 wants to merge 1 commit into
XiaomiMiMo:mainfrom
LeonSGP43:fix/readme-blog-link-404

Conversation

@LeonSGP43

Copy link
Copy Markdown

What

The badge-row Blog link in README.md and README_npm.md points to:

https://mimo.xiaomi.com/en/blog/mimo-code-long-horizon404

The live English URL has no /en/ prefix:

https://mimo.xiaomi.com/blog/mimo-code-long-horizon → 200 (verified)

README.zh.md already uses the working pattern (/zh/blog/...), so only the two English READMEs needed the fix.

Verification

$ curl -s -o /dev/null -w '%{http_code}' https://mimo.xiaomi.com/en/blog/mimo-code-long-horizon
404
$ curl -s -o /dev/null -w '%{http_code}' https://mimo.xiaomi.com/blog/mimo-code-long-horizon
200

Small docs correction, submitted directly as a PR per CONTRIBUTING.md.

Signed-off-by: LeonSGP43 LeonSGP43@users.noreply.github.com

The badge-row Blog link points to
https://mimo.xiaomi.com/en/blog/mimo-code-long-horizon which returns
404. The live English URL is https://mimo.xiaomi.com/blog/mimo-code-long-horizon
(no /en/ prefix, verified 200). The /zh/ variant already used the
correct pattern.

Signed-off-by: LeonSGP43 <LeonSGP43@users.noreply.github.com>
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