This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new bcb43183a [CELEBORN-1629][FOLLOWUP] Fix broken RESTful api link
bcb43183a is described below

commit bcb43183af9abfa6ec38b532108a48af27377e10
Author: Wang, Fei <[email protected]>
AuthorDate: Mon Oct 21 11:42:52 2024 +0800

    [CELEBORN-1629][FOLLOWUP] Fix broken RESTful api link
    
    ### What changes were proposed in this pull request?
    Fix the broken link.
    
    ### Why are the changes needed?
    Followup for https://github.com/apache/celeborn/pull/2779.
    The RESTful api docs was renamed from webapi.md to restapi.md in 
https://github.com/apache/celeborn/pull/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 #2828 from turboFei/ratis_docs_link.
    
    Authored-by: Wang, Fei <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 docs/celeborn_ratis_shell.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/celeborn_ratis_shell.md b/docs/celeborn_ratis_shell.md
index ab5c53bc5..0ee0971aa 100644
--- a/docs/celeborn_ratis_shell.md
+++ b/docs/celeborn_ratis_shell.md
@@ -22,7 +22,7 @@ license: |
 Celeborn uses Ratis to implement the HA function of the master, Celeborn 
directly introduces ratis-shell package into the project
 then it's convenient for Celeborn Admin to operate the master ratis service.
 
-Since 0.6.0, the ratis [RESTful API](webapi.md) is supported, which is more 
convenient to operate the ratis service, see details in the swagger: 
`http://<CELEBORN_HOST>:<CELEBORN_PORT>/swagger/#/Ratis`.
+Since 0.6.0, the ratis [RESTful API](restapi.md) is supported, which is more 
convenient to operate the ratis service, see details in the swagger: 
`http://<CELEBORN_HOST>:<CELEBORN_PORT>/swagger/#/Ratis`.
 
 > **Note**:
 > Ratis-shell is currently only **experimental**.

Reply via email to