"examples/vscode:/vscode.git/clone" did not exist on "4b8eaf205b0a73cd040e7917c6b602e456feda4e"
Unverified Commit b0743ea0 authored by He1pa's avatar He1pa Committed by GitHub
Browse files

Docs: fix dead link in router.md (#3799)

parent 60b771c8
...@@ -10,7 +10,7 @@ The router is an independent Python package, and it can be used as a drop-in rep ...@@ -10,7 +10,7 @@ The router is an independent Python package, and it can be used as a drop-in rep
pip install sglang-router pip install sglang-router
``` ```
Detailed usage of the router can be found in [launch_router](https://github.com/sgl-project/sglang/blob/main/sgl-router/py_src/sglang_router/launch_router.py) and [launch_server](https://github.com/sgl-project/sglang/blob/main/sgl-router/py_src/sglang/launch_server.py). Also, you can directly run the following command to see the usage of the router. Detailed usage of the router can be found in [launch_router](https://github.com/sgl-project/sglang/blob/main/sgl-router/py_src/sglang_router/launch_router.py) and [launch_server](https://github.com/sgl-project/sglang/blob/main/sgl-router/py_src/sglang_router/launch_server.py). Also, you can directly run the following command to see the usage of the router.
```bash ```bash
python -m sglang_router.launch_server --help python -m sglang_router.launch_server --help
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment