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**.