From bcb43183af9abfa6ec38b532108a48af27377e10 Mon Sep 17 00:00:00 2001 From: "Wang, Fei" Date: Mon, 21 Oct 2024 11:42:52 +0800 Subject: [PATCH] [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? image image Closes #2828 from turboFei/ratis_docs_link. Authored-by: Wang, Fei Signed-off-by: mingji --- 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://:/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://:/swagger/#/Ratis`. > **Note**: > Ratis-shell is currently only **experimental**.