docs: fix broken sandbox link in quickstart (#17898)

This commit is contained in:
richboyneedcash
2026-08-05 21:14:38 +08:00
committed by GitHub
parent d9d75690de
commit eaf553320f

View File

@@ -32,7 +32,7 @@ If you are on an ARM platform, follow [this guide](./develop/build_docker_image.
- Disk ≥ 50 GB;
- Docker ≥ 24.0.0 & Docker Compose ≥ v2.26.1;
- Python ≥ 3.13;
- [gVisor](https://gvisor.dev/docs/user_guide/install/): Required only if you intend to use the code executor ([sandbox](https://github.com/infiniflow/ragflow/tree/main/sandbox)) feature of RAGFlow.
- [gVisor](https://gvisor.dev/docs/user_guide/install/): Required only if you intend to use the code executor ([sandbox](https://github.com/infiniflow/ragflow/tree/main/agent/sandbox)) feature of RAGFlow.
:::tip NOTE
If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/).