From 9f35e52170b2a5bd696abe40ebefc7dae4510e00 Mon Sep 17 00:00:00 2001
From: Simon Suo <simonsdsuo@gmail.com>
Date: Fri, 5 May 2023 17:59:39 -0400
Subject: [PATCH] Update notebook links (#2556)

wip
---
 docs/use_cases/queries.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/use_cases/queries.md b/docs/use_cases/queries.md
index f8a47d3584..9491b88d97 100644
--- a/docs/use_cases/queries.md
+++ b/docs/use_cases/queries.md
@@ -53,10 +53,10 @@ LlamaIndex supports queries over structured data, whether that's a Pandas DataFr
 
 Here are some relevant resources:
 - [Guide on Text-to-SQL](/guides/tutorials/sql_guide.md)
-- [SQL Demo Notebook 1](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo.ipynb)
-- [SQL Demo Notebook 2 (Context)](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo-Context.ipynb)
-- [SQL Demo Notebook 3 (Big tables)](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/SQLIndexDemo-ManyTables.ipynb)
-- [Pandas Demo Notebook](https://github.com/jerryjliu/llama_index/blob/main/examples/struct_indices/PandasIndexDemo.ipynb).
+- [SQL Demo Notebook 1](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo.ipynb)
+- [SQL Demo Notebook 2 (Context)](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo-Context.ipynb)
+- [SQL Demo Notebook 3 (Big tables)](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/SQLIndexDemo-ManyTables.ipynb)
+- [Pandas Demo Notebook](https://github.com/jerryjliu/llama_index/blob/main/docs/examples/index_structs/struct_indices/PandasIndexDemo.ipynb).
 
 
 ### Synthesis over Heterogeneous Data
-- 
GitLab