From 6f61a58035121c3fbc00088149d5238d80768437 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 11 Sep 2026 03:30:39 +0800 Subject: [PATCH] [DOC] Fix Bolt quick-start migration link Point the Bolt quick-start guide at the migration document's current location. Validated the target exists and ran preflight-format.sh. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/bolt-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bolt-quick-start.md b/docs/bolt-quick-start.md index c24b1137f9..1656709d1a 100644 --- a/docs/bolt-quick-start.md +++ b/docs/bolt-quick-start.md @@ -24,7 +24,7 @@ Before you begin, ensure you have the following: > **Note**: > This guide does not restate the full build process. If you need to build from scratch, please refer to the Gluten repository's migration and build documents: > - [Bolt Backend (Prerequisites & Build)](gluten/README.md#bolt-backend) -> - [Guide to Migrating from Velox to Bolt Backend in Gluten](gluten/docs/migrate-velox-to-bolt.md) +> - [Guide to Migrating from Velox to Bolt Backend in Gluten](velox-to-bolt-migration-guide.md) ---