whcao commited on
Commit
ae0e8e4
1 Parent(s): 881ce4c

fix readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,4 +57,4 @@ The default port of `api_server` is `23333`. After the server is launched, you c
57
  lmdeploy serve api_client http://0.0.0.0:23333
58
  ```
59
 
60
- You can overview and try out `api_server` APIs online by swagger UI at `http://0.0.0.0:23333`, or you can also read the API specification from [here](../serving/restful_api.md).
 
57
  lmdeploy serve api_client http://0.0.0.0:23333
58
  ```
59
 
60
+ You can overview and try out `api_server` APIs online by swagger UI at `http://0.0.0.0:23333`, or you can also read the API specification from [here](https://github.com/InternLM/lmdeploy/blob/main/docs/en/serving/restful_api.md).