update invalid link in doc (#7297)

This commit is contained in:
linzhuo
2025-06-18 16:37:36 +08:00
committed by GitHub
parent 31fccf5a4f
commit 1de4db9bef
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) python -m uv build --wheel -Cbuild-dir=build
## Development Environment Setup
Use Docker to set up the development environment. See [Docker setup guide](https://github.com/sgl-project/sglang/blob/main/docs/developer/development_guide_using_docker.md#setup-docker-container).
Use Docker to set up the development environment. See [Docker setup guide](https://github.com/sgl-project/sglang/blob/main/docs/references/development_guide_using_docker.md#setup-docker-container).
Create and enter development container:
```bash