Enable zh-cn path link checks - #3656
Shaohan-He wants to merge 2 commits into
Conversation
Signed-off-by: Shaohan He <290298661@qq.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks @Shaohan-He :) Your PR contents lgtm. (actually, update for localization content needs to be handled by dev-xx branch not main branch directly, but I guess the zh-ch team may handle this PR in the main branch since this update is a bug fix) The link checker identified additional broken links. Could you fix the following links? |
Signed-off-by: Shaohan He <290298661@qq.com>
|
Thanks @seokho-son ! I fixed the remaining zh-cn link checker failures in commit
I also tried running the link check locally, but it failed because Hugo is not installed in my local environment, so I’ll rely on CI for the final validation. It looks like the workflows are currently awaiting maintainer approval. Could you please approve and rerun them when convenient? |
Related issue number or link
Part of #3190
Description
Fixes remaining invalid zh-cn internal paths, then updates .htmltest.yml\ so zh-cn is no longer excluded from path link checking. zh-tw remains ignored because it is tracked separately in #3190.
Validation
pm install --no-package-lock\ timed out locally before dependencies were installed, so the full
pm run check:links\ validation is left to CI.
Checklist before opening this PR