From ebed98df96f59981506bdc26a604cc0f95f56fcf Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 13 Nov 2024 15:18:05 +0100 Subject: [PATCH] Fix broken URLs --- _posts/2023-04-14-h2oai.md | 2 +- docs/sql/statements/create_macro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2023-04-14-h2oai.md b/_posts/2023-04-14-h2oai.md index 83c36dd6c49..2d4b6ff1a52 100644 --- a/_posts/2023-04-14-h2oai.md +++ b/_posts/2023-04-14-h2oai.md @@ -83,7 +83,7 @@ You can also look at the results [here](https://duckdblabs.github.io/db-benchmar ## Questions about Certain Results? -Some solutions may report internal errors for some queries. Feel free to investigate the errors by using the [_utils/repro.sh](https://github.com/duckdblabs/db-benchmark/blob/master/_utils/repro.sh) script and file a GitHub issue to resolve any confusion. In addition, there are many areas in the code where certain query results are automatically nullified. If you believe that is the case for a query for your system or if you have any other questions, you can create a GitHub issue to discuss. +Some solutions may report internal errors for some queries. Feel free to investigate the errors by using the [`repro.sh` scripts](https://github.com/duckdblabs/db-benchmark/blob/main/_setup_utils/repro.sh) and file a GitHub issue to resolve any confusion. In addition, there are many areas in the code where certain query results are automatically nullified. If you believe that is the case for a query for your system or if you have any other questions, you can create a GitHub issue to discuss. ## Maintenance Plan diff --git a/docs/sql/statements/create_macro.md b/docs/sql/statements/create_macro.md index e3a734153e9..7fe0dbe524a 100644 --- a/docs/sql/statements/create_macro.md +++ b/docs/sql/statements/create_macro.md @@ -100,7 +100,7 @@ CREATE TABLE users AS SELECT * FROM get_users([1, 5]); ``` -To define macros on arbitrary tables, use the [`query_table` function](docs/guides/sql_features/query_and_query_table_functions). For example, the following macro computes a column-wise checksum on a table: +To define macros on arbitrary tables, use the [`query_table` function]({% link docs/guides/sql_features/query_and_query_table_functions %}). For example, the following macro computes a column-wise checksum on a table: ```sql CREATE MACRO checksum(table_name) AS TABLE