This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch 26.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/26.0.1 by this push:
     new f0eef325ed docs: fix links (#14504)
f0eef325ed is described below

commit f0eef325edc43dd385721e5b950174625b320617
Author: Victoria Lim <[email protected]>
AuthorDate: Wed Jul 5 12:29:47 2023 -0700

    docs: fix links (#14504)
---
 docs/tutorials/tutorial-jupyter-docker.md |  2 +-
 docs/tutorials/tutorial-jupyter-index.md  | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/tutorials/tutorial-jupyter-docker.md 
b/docs/tutorials/tutorial-jupyter-docker.md
index b5aa939db8..6886e3d6e7 100644
--- a/docs/tutorials/tutorial-jupyter-docker.md
+++ b/docs/tutorials/tutorial-jupyter-docker.md
@@ -25,7 +25,7 @@ sidebar_label: "Docker for tutorials"
 
 
 Apache Druid provides a custom Jupyter container that contains the 
prerequisites
-for all Jupyter-based Druid tutorials, as well as all of the tutorials 
themselves.
+for all [Jupyter-based Druid tutorials](tutorial-jupyter-index.md), as well as 
all of the tutorials themselves.
 You can run the Jupyter container, as well as containers for Druid and Apache 
Kafka,
 using the Docker Compose file provided in the Druid GitHub repository.
 
diff --git a/docs/tutorials/tutorial-jupyter-index.md 
b/docs/tutorials/tutorial-jupyter-index.md
index 458c914eaa..683081592a 100644
--- a/docs/tutorials/tutorial-jupyter-index.md
+++ b/docs/tutorials/tutorial-jupyter-index.md
@@ -66,10 +66,9 @@ The notebooks are located in the [apache/druid 
repo](https://github.com/apache/d
 
 The links that follow are the raw GitHub URLs, so you can use them to download 
the notebook directly, such as with `wget`, or manually through your web 
browser. Note that if you save the file from your web browser, make sure to 
remove the `.txt` extension.
 
-- [Introduction to the Druid REST API](
-  
https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/api-tutorial.ipynb)
-  walks you through some of the basics related to the Druid REST API and 
several endpoints.
-- [Introduction to the Druid Python API](
-  
https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb)
-  walks you through some of the basics related to the Druid API using the 
Python wrapper API.
-- [Introduction to Druid 
SQL](https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/sql-tutorial.ipynb)
 covers the basics of Druid SQL.
+- [Introduction to the Druid REST 
API](https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/04-api/00-getting-started.ipynb)
 walks you through some of the
+  basics related to the Druid REST API and several endpoints.
+- [Introduction to the Druid Python 
API](https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/01-druidapi-package-intro.ipynb)
 walks you through some of the
+  basics related to the Druid API using the Python wrapper API.
+- [Learn the basics of Druid 
SQL](https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/03-query/00-using-sql-with-druidapi.ipynb)
 introduces you to the unique aspects of Druid SQL with the primary focus on 
the SELECT statement.
+- [Ingest and query data from Apache 
Kafka](https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/02-ingestion/01-streaming-from-kafka.ipynb)
 walks you through ingesting an event stream from Kafka.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to