huangxiaopingRD opened a new pull request, #3707: URL: https://github.com/apache/celeborn/pull/3707
### What changes were proposed in this pull request? Fix broken local image links in the documentation, mainly under `docs/developers/`, by correcting relative paths so they resolve to the actual assets in `docs/assets/img/`. ### Why are the changes needed? Several documentation pages were pointing to non-existent image locations, so the diagrams would not render correctly in the generated docs. These updates restore the intended images and make the docs display properly. ### Does this PR resolve a correctness bug? <!-- Check if yes. The `correctness` label will be added/removed automatically. --> - [ ] Yes ### Does this PR introduce _any_ user-facing change? <!-- Check if yes. --> - [ ] Yes ### How was this patch tested? Verified by scanning the repository for local image references and checking that each updated path resolves to an existing file in the repo. Also confirmed there are no remaining broken local image references in the affected markdown/docs files. -- 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]
