[CELEBORN-1629][FOLLOWUP] Fix broken RESTful api link#2828
Closed
turboFei wants to merge 1 commit into
Closed
Conversation
SteNicholas
approved these changes
Oct 21, 2024
FMX
approved these changes
Oct 21, 2024
Contributor
FMX
left a comment
There was a problem hiding this comment.
LGTM. Merged into main(v0.6.0).
zaynt4606
pushed a commit
to zaynt4606/celeborn
that referenced
this pull request
Oct 21, 2024
### What changes were proposed in this pull request? Fix the broken link. ### Why are the changes needed? Followup for apache#2779. The RESTful api docs was renamed from webapi.md to restapi.md in apache#2775. And due these two PRs were merged in sequence nearly, so I did not aware this change. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? <img width="1255" alt="image" src="https://github.com/user-attachments/assets/a09aecf8-6e7e-458b-871d-f8dd5a0ac6b2"> <img width="937" alt="image" src="https://github.com/user-attachments/assets/bcefeecf-7a24-4616-9f5e-f2a11f464769"> Closes apache#2828 from turboFei/ratis_docs_link. Authored-by: Wang, Fei <fwang12@ebay.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
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 the broken link.
Why are the changes needed?
Followup for #2779.
The RESTful api docs was renamed from webapi.md to restapi.md in #2775.
And due these two PRs were merged in sequence nearly, so I did not aware this change.
Does this PR introduce any user-facing change?
No.
How was this patch tested?