From 597119ff323e19bde6b11915c43cfce9969ab2d5 Mon Sep 17 00:00:00 2001 From: xeniape Date: Thu, 23 Apr 2026 14:26:22 +0200 Subject: [PATCH] fix: Fix broken links in documentation --- docs/modules/trino/pages/usage-guide/query.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/trino/pages/usage-guide/query.adoc b/docs/modules/trino/pages/usage-guide/query.adoc index 1d9b9baa6..e30106b1a 100644 --- a/docs/modules/trino/pages/usage-guide/query.adoc +++ b/docs/modules/trino/pages/usage-guide/query.adoc @@ -2,7 +2,7 @@ :description: Test Trino with Hive and S3 by creating a schema and table for Iris data in Parquet format, then querying the dataset. Create a schema and a table for the Iris data located in S3 and query data. -This assumes to have the Iris data set in the `PARQUET` format available in the S3 bucket which can be downloaded https://www.kaggle.com/gpreda/iris-dataset/version/2?select=iris.parquet[here]. +This assumes to have the Iris data set in the `PARQUET` format available in the S3 bucket which can be downloaded https://www.kaggle.com/datasets/gpreda/iris-dataset?select=iris.parquet[here{external-link-icon}^]. == Create schema [source,sql]