From 82948fa0cbd83d6eab2ed8371db7367e682183e5 Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 21 Apr 2026 17:19:07 +0200 Subject: [PATCH 1/2] fix: Fix broken links in docs --- docs/modules/druid/pages/getting_started/first_steps.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/druid/pages/getting_started/first_steps.adoc b/docs/modules/druid/pages/getting_started/first_steps.adoc index 7a7db01a..95a721e5 100644 --- a/docs/modules/druid/pages/getting_started/first_steps.adoc +++ b/docs/modules/druid/pages/getting_started/first_steps.adoc @@ -78,7 +78,7 @@ This creates the actual Druid Stacklet. WARNING: This Druid instance uses Derby (`dbType: derby`) as a metadata store, which is an interal SQL database. It is not persisted and not suitable for production use! -Consult the https://druid.apache.org/docs/latest/dependencies/metadata-storage.html#available-metadata-stores[Druid documentation] for a list of supported databases and setup instructions for production instances. +Consult the https://druid.apache.org/docs/latest/design/metadata-storage#available-metadata-stores[Druid documentation{external-link-icon}^] for a list of supported databases and setup instructions for production instances. == Verify that it works @@ -147,7 +147,7 @@ Now load the example data: image::getting_started/load_example.png[] Click through all pages of the load process. -You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data[Druid Quickstart Guide]. +You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data[Druid Quickstart Guide{external-link-icon}^]. Once you finished the ingestion dialog you should see the ingestion overview with the job, which eventually shows SUCCESS: From 9f3af9d78cc9f74ee7e2160c4abf589f0c829c99 Mon Sep 17 00:00:00 2001 From: Xenia Date: Wed, 22 Apr 2026 08:20:41 +0200 Subject: [PATCH 2/2] Update docs/modules/druid/pages/getting_started/first_steps.adoc Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --- docs/modules/druid/pages/getting_started/first_steps.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/druid/pages/getting_started/first_steps.adoc b/docs/modules/druid/pages/getting_started/first_steps.adoc index 95a721e5..ac455d9a 100644 --- a/docs/modules/druid/pages/getting_started/first_steps.adoc +++ b/docs/modules/druid/pages/getting_started/first_steps.adoc @@ -147,7 +147,7 @@ Now load the example data: image::getting_started/load_example.png[] Click through all pages of the load process. -You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#step-4-load-data[Druid Quickstart Guide{external-link-icon}^]. +You can also follow the https://druid.apache.org/docs/latest/tutorials/index.html#load-data[Druid Quickstart Guide{external-link-icon}^]. Once you finished the ingestion dialog you should see the ingestion overview with the job, which eventually shows SUCCESS: