fix readme
Browse files
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](
|
|
|
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).
|