This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch fix_doc_links
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
The following commit(s) were added to refs/heads/fix_doc_links by this push:
new 3d141d3a fix the links
3d141d3a is described below
commit 3d141d3a7bce597ffdbaa20ef0c93985c2b79b3e
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Tue Jul 11 10:22:33 2023 -0700
fix the links
---
docs/26.0.0/tutorials/tutorial-jupyter-docker.html | 2 +-
docs/26.0.0/tutorials/tutorial-jupyter-index.html | 11 ++++++-----
docs/latest/tutorials/tutorial-jupyter-docker.html | 2 +-
docs/latest/tutorials/tutorial-jupyter-index.html | 11 ++++++-----
4 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/docs/26.0.0/tutorials/tutorial-jupyter-docker.html
b/docs/26.0.0/tutorials/tutorial-jupyter-docker.html
index cf3cd684..25afeffe 100644
--- a/docs/26.0.0/tutorials/tutorial-jupyter-docker.html
+++ b/docs/26.0.0/tutorials/tutorial-jupyter-docker.html
@@ -78,7 +78,7 @@
~ under the License.
-->
<p>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 <a
href="/docs/26.0.0/tutorials/tutorial-jupyter-index.html">Jupyter-based Druid
tutorials</a>, 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.</p>
<p>You can run the following combination of applications:</p>
diff --git a/docs/26.0.0/tutorials/tutorial-jupyter-index.html
b/docs/26.0.0/tutorials/tutorial-jupyter-index.html
index 73c9c603..08e4e8a5 100644
--- a/docs/26.0.0/tutorials/tutorial-jupyter-index.html
+++ b/docs/26.0.0/tutorials/tutorial-jupyter-index.html
@@ -111,11 +111,12 @@ for an overview of the Python API.</p>
<p>The notebooks are located in the <a
href="https://github.com/apache/druid/tree/master/examples/quickstart/jupyter-notebooks/">apache/druid
repo</a>. You can either clone the repo or download the notebooks you want
individually.</p>
<p>The links that follow are the raw GitHub URLs, so you can use them to
download the notebook directly, such as with <code>wget</code>, or manually
through your web browser. Note that if you save the file from your web browser,
make sure to remove the <code>.txt</code> extension.</p>
<ul>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/api-tutorial.ipynb">Introduction
to the Druid REST API</a>
-walks you through some of the basics related to the Druid REST API and several
endpoints.</li>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb">Introduction
to the Druid Python API</a>
-walks you through some of the basics related to the Druid API using the Python
wrapper API.</li>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/sql-tutorial.ipynb">Introduction
to Druid SQL</a> covers the basics of Druid SQL.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/04-api/00-getting-started.ipynb">Introduction
to the Druid REST API</a> walks you through some of the
+basics related to the Druid REST API and several endpoints.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/01-druidapi-package-intro.ipynb">Introduction
to the Druid Python API</a> walks you through some of the
+basics related to the Druid API using the Python wrapper API.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/03-query/00-using-sql-with-druidapi.ipynb">Learn
the basics of Druid SQL</a> introduces you to the unique aspects of Druid SQL
with the primary focus on the SELECT statement.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/02-ingestion/01-streaming-from-kafka.ipynb">Ingest
and query data from Apache Kafka</a> walks you through ingesting an event
stream from Kafka.</li>
</ul>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev
button" href="/docs/26.0.0/tutorials/tutorial-unnest-arrays.html"><span
class="arrow-prev">← </span><span>Unnesting arrays</span></a><a
class="docs-next button"
href="/docs/26.0.0/tutorials/tutorial-jupyter-docker.html"><span>Docker for
tutorials</span><span class="arrow-next"> →</span></a></div></div></div><nav
class="onPageNav"><ul class="toc-headings"><li><a
href="#prerequisites">Prerequisites</a></li><li><a h [...]
document.addEventListener('keyup', function(e) {
diff --git a/docs/latest/tutorials/tutorial-jupyter-docker.html
b/docs/latest/tutorials/tutorial-jupyter-docker.html
index 12eb41c4..040aba38 100644
--- a/docs/latest/tutorials/tutorial-jupyter-docker.html
+++ b/docs/latest/tutorials/tutorial-jupyter-docker.html
@@ -78,7 +78,7 @@
~ under the License.
-->
<p>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 <a
href="/docs/latest/tutorials/tutorial-jupyter-index.html">Jupyter-based Druid
tutorials</a>, 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.</p>
<p>You can run the following combination of applications:</p>
diff --git a/docs/latest/tutorials/tutorial-jupyter-index.html
b/docs/latest/tutorials/tutorial-jupyter-index.html
index c2388ba2..820d3e33 100644
--- a/docs/latest/tutorials/tutorial-jupyter-index.html
+++ b/docs/latest/tutorials/tutorial-jupyter-index.html
@@ -111,11 +111,12 @@ for an overview of the Python API.</p>
<p>The notebooks are located in the <a
href="https://github.com/apache/druid/tree/master/examples/quickstart/jupyter-notebooks/">apache/druid
repo</a>. You can either clone the repo or download the notebooks you want
individually.</p>
<p>The links that follow are the raw GitHub URLs, so you can use them to
download the notebook directly, such as with <code>wget</code>, or manually
through your web browser. Note that if you save the file from your web browser,
make sure to remove the <code>.txt</code> extension.</p>
<ul>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/api-tutorial.ipynb">Introduction
to the Druid REST API</a>
-walks you through some of the basics related to the Druid REST API and several
endpoints.</li>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/Python_API_Tutorial.ipynb">Introduction
to the Druid Python API</a>
-walks you through some of the basics related to the Druid API using the Python
wrapper API.</li>
-<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/sql-tutorial.ipynb">Introduction
to Druid SQL</a> covers the basics of Druid SQL.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/04-api/00-getting-started.ipynb">Introduction
to the Druid REST API</a> walks you through some of the
+basics related to the Druid REST API and several endpoints.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/01-introduction/01-druidapi-package-intro.ipynb">Introduction
to the Druid Python API</a> walks you through some of the
+basics related to the Druid API using the Python wrapper API.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/03-query/00-using-sql-with-druidapi.ipynb">Learn
the basics of Druid SQL</a> introduces you to the unique aspects of Druid SQL
with the primary focus on the SELECT statement.</li>
+<li><a
href="https://raw.githubusercontent.com/apache/druid/master/examples/quickstart/jupyter-notebooks/notebooks/02-ingestion/01-streaming-from-kafka.ipynb">Ingest
and query data from Apache Kafka</a> walks you through ingesting an event
stream from Kafka.</li>
</ul>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev
button" href="/docs/latest/tutorials/tutorial-unnest-arrays.html"><span
class="arrow-prev">← </span><span>Unnesting arrays</span></a><a
class="docs-next button"
href="/docs/latest/tutorials/tutorial-jupyter-docker.html"><span>Docker for
tutorials</span><span class="arrow-next"> →</span></a></div></div></div><nav
class="onPageNav"><ul class="toc-headings"><li><a
href="#prerequisites">Prerequisites</a></li><li><a h [...]
document.addEventListener('keyup', function(e) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]