From b0743ea059ac81ee9a37978967674c11cf1c8aa3 Mon Sep 17 00:00:00 2001 From: He1pa Date: Tue, 25 Feb 2025 08:53:57 +0800 Subject: [PATCH] Docs: fix dead link in router.md (#3799) --- docs/router/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/router.md b/docs/router/router.md index 3d599430b..051233264 100644 --- a/docs/router/router.md +++ b/docs/router/router.md @@ -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 ``` -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 python -m sglang_router.launch_server --help