diff --git a/apps/docs/docs/getting_started/concepts.md b/apps/docs/docs/getting_started/concepts.md
index 44aaf66e6e382c38e82698dd696e42835d5128a7..1cd3e56411ef81ae7faad15979a34ac6e5f7c99e 100644
--- a/apps/docs/docs/getting_started/concepts.md
+++ b/apps/docs/docs/getting_started/concepts.md
@@ -69,7 +69,7 @@ A response synthesizer generates a response from an LLM, using a user query and
 
 #### Pipelines
 
-[**Query Engines**](../modules/query_engine.md):
+[**Query Engines**](../modules/query_engines):
 A query engine is an end-to-end pipeline that allow you to ask question over your data.
 It takes in a natural language query, and returns a response, along with reference context retrieved and passed to the LLM.
 
diff --git a/apps/docs/docs/introduction.md b/apps/docs/docs/introduction.md
index e7a3ca33190cb7a62616e89cae29ccc37fe05ced..68297710b30a91931c2effce7061eb1e2912cbd7 100644
--- a/apps/docs/docs/introduction.md
+++ b/apps/docs/docs/introduction.md
@@ -39,7 +39,7 @@ For more complex applications, our lower-level APIs allow advanced users to cust
 
 Our documentation includes [Installation Instructions](./getting_started/installation.mdx) and a [Starter Tutorial](./getting_started/starter.md) to build your first application.
 
-Once you're up and running, [High-Level Concepts](./getting_started/concepts.md) has an overview of LlamaIndex's modular architecture. For more hands-on practical examples, look through our [End-to-End Tutorials](./end_to_end.md).
+Once you're up and running, [High-Level Concepts](./getting_started/concepts.md) has an overview of LlamaIndex's modular architecture. For more hands-on practical examples, look through our Examples section on the sidebar.
 
 ## 🗺️ Ecosystem