From 4f678c87d823b27d35e0c643ec17ff69a623b093 Mon Sep 17 00:00:00 2001 From: Trayvon Pan <164320417+trayvonpan@users.noreply.github.com> Date: Fri, 21 Feb 2025 07:15:57 +0800 Subject: [PATCH] docs: fix 404 link (#3588) Co-authored-by: yqtianust --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f52446579..8466b2e0a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The core features include: ## Getting Started - [Install SGLang](https://docs.sglang.ai/start/install.html) -- [Quick Start](https://docs.sglang.ai/start/send_request.html) +- [Quick Start](https://docs.sglang.ai/backend/send_request.html) - [Backend Tutorial](https://docs.sglang.ai/backend/openai_api_completions.html) - [Frontend Tutorial](https://docs.sglang.ai/frontend/frontend.html) - [Contribution Guide](https://docs.sglang.ai/references/contribution_guide.html)