[MINOR] Fix broken image links in docs#3707
Closed
huangxiaopingRD wants to merge 1 commit into
Closed
Conversation
78cd311 to
5b60820
Compare
cxzl25
approved these changes
May 29, 2026
Member
|
@huangxiaopingRD, I don't find the broken image in https://celeborn.apache.org/docs/latest/developers/overview/. Is there any missing? |
Contributor
Author
@SteNicholas Thank you for your review. The webpage is working correctly. I saw the problem here: https://github.com/apache/celeborn/blob/main/docs/developers/overview.md |
Member
|
@huangxiaopingRD, we only need to ensure that images are displayed correctly within the web document. Anyway, thanks for contribution. Welcome to contribute other features, improvements and bugfixes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 indocs/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?
Does this PR introduce any user-facing change?
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.