From 10e8c1dfedf6943f0a1ac2a5f2208d8a42022be4 Mon Sep 17 00:00:00 2001
From: Simon Suo <simonsdsuo@gmail.com>
Date: Mon, 10 Jul 2023 17:12:17 -0700
Subject: [PATCH] Fix link in docs (#6833)

fix
---
 docs/getting_started/customization.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting_started/customization.rst b/docs/getting_started/customization.rst
index 7222cc7425..63f9d377a3 100644
--- a/docs/getting_started/customization.rst
+++ b/docs/getting_started/customization.rst
@@ -150,7 +150,7 @@ In this tutorial, we show the most common customizations with the `starter examp
     response.print_response_stream()
 
 .. tip::
-    Learn more about streaming `here <../how_to/customization/streaming.html>`_.
+    Learn more about streaming `here <../core_modules/query_modules/query_engine/streaming.html>`_.
 
 -----------------
 
-- 
GitLab