bitflicker64 opened a new issue, #451: URL: https://github.com/apache/incubator-hugegraph-doc/issues/451
The documentation CI runs dist/validate-links.sh to validate links, but CI has passed even when documentation contained broken internal links (404s). The workflow is wired correctly. The issue is that validate-links.sh only checks a limited set of hard-coded link patterns (e.g. /docs/, /cn/docs/). Valid internal links outside these patterns are silently skipped and never validated. Impact Broken internal links can be merged while CI still passes, giving a false signal that documentation is valid. Expected behavior All internal documentation links should be detected and validated, and CI should fail on any unresolved link. Status I’m working on improving the validation script to expand link coverage and ensure CI fails when broken internal links are present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
