DanielLeens opened a new pull request, #10875: URL: https://github.com/apache/seatunnel/pull/10875
## Summary - replace contributor-entry docs links that pointed to in-repo GitHub blob URLs with repository-relative links - switch FAQ source and sink list links to stable `/docs/category/...` routes - remove the markdown dead-link failure observed from PR #10865 build logs ## Root Cause PR #10865 triggered the fork-side `Build -> Run / Dead links` job, which failed on `docs/en/developer/contribute-transform-v2-guide.md` because `markdown-link-check` treated `https://github.com/apache/seatunnel/blob/dev/seatunnel-transforms-v2/README.md` as dead with `Status: 502`. These contributor entry docs were depending on GitHub blob pages for files that already live in the repository, so dead-link CI could fail on GitHub page availability instead of repository content. ## Verification - `npx -y [email protected] -c .dlc.json -q` on all changed markdown files - `./mvnw spotless:apply -nsu -Dmaven.gitcommitid.skip=true -T 3C` - `./mvnw -q -DskipTests verify -nsu -Dmaven.gitcommitid.skip=true -T 3C` -- 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]
