From 9333dd1f73a189efeffac46a3ce495774e05216d Mon Sep 17 00:00:00 2001 From: nasuiyile <61574579+nasuiyile@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:01:06 +0800 Subject: [PATCH] Correct the path of ipynb file of notebook introduction. (#15327) --- .../notebooks/01-introduction/00-START-HERE.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/00-START-HERE.ipynb b/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/00-START-HERE.ipynb index d813dacae273..6b47ef1f49d1 100644 --- a/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/00-START-HERE.ipynb +++ b/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/00-START-HERE.ipynb @@ -66,7 +66,7 @@ "topics and use a simple set of Python wrappers around the underlying REST API. The\n", "wrappers reside in the `druidapi` package within this directory. While the package\n", "can be used in any Python program, the key purpose, at present, is to support these\n", - "notebooks. See the [Introduction to the Druid Python API](01-druidapi-package-intro.ipynb)\n", + "notebooks. See the [Introduction to the Druid Python API](../01-introduction/01-druidapi-package-intro.ipynb)\n", "for an overview of the Python API." ] }, @@ -89,7 +89,7 @@ "\n", "- [Introduction to the Druid REST API](../04-api/00-getting-started.ipynb) walks you through some of the\n", " basics related to the Druid REST API and several endpoints.\n", - "- [Introduction to the Druid Python API](01-druidapi-package-intro.ipynb) walks you through some of the\n", + "- [Introduction to the Druid Python API](../01-introduction/01-druidapi-package-intro.ipynb) walks you through some of the\n", " basics related to the Druid API using the Python wrapper API.\n", "- [Learn the basics of Druid SQL](../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.\n", "- [Learn to use the Data Generator](./02-datagen-intro.ipynb) gets you started with streaming and batch file data generation for testing of any data schema.\n",