From 80eb965fd8a4c11192de32b287f71c1a8b0d857a Mon Sep 17 00:00:00 2001 From: sazar1 <107793833+sazar1@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:10:58 +0200 Subject: [PATCH 1/2] Update create-aggregating-index.md there is missing link --- docs/sql-reference/commands/create-aggregating-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-reference/commands/create-aggregating-index.md b/docs/sql-reference/commands/create-aggregating-index.md index 23418b2..adeeb89 100644 --- a/docs/sql-reference/commands/create-aggregating-index.md +++ b/docs/sql-reference/commands/create-aggregating-index.md @@ -7,7 +7,7 @@ parent: SQL commands # CREATE AGGREGATING INDEX -Different syntax is used when creating an aggregating index on an empty table or a table populated with data. After an aggregating index is created, Firebolt automatically updates the index as new data is ingested. For more information, see [Using aggregating indexes](/using-indexes/using-aggregating-indexes.md). +Different syntax is used when creating an aggregating index on an empty table or a table populated with data. After an aggregating index is created, Firebolt automatically updates the index as new data is ingested. For more information, see [Using aggregating indexes](/using-indexes/using-aggregating-indexes.md). -- missing link. should be (/using-indexes/using-aggregating-indexes) ## Syntax–aggregating index on an empty table From 4451e0daab6aa4f83f9dd13b2dfa1912aa506a1d Mon Sep 17 00:00:00 2001 From: arushi-firebolt <146018150+arushi-firebolt@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:04:00 -0800 Subject: [PATCH 2/2] Update create-aggregating-index.md --- docs/sql-reference/commands/create-aggregating-index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sql-reference/commands/create-aggregating-index.md b/docs/sql-reference/commands/create-aggregating-index.md index adeeb89..7e26f50 100644 --- a/docs/sql-reference/commands/create-aggregating-index.md +++ b/docs/sql-reference/commands/create-aggregating-index.md @@ -7,8 +7,7 @@ parent: SQL commands # CREATE AGGREGATING INDEX -Different syntax is used when creating an aggregating index on an empty table or a table populated with data. After an aggregating index is created, Firebolt automatically updates the index as new data is ingested. For more information, see [Using aggregating indexes](/using-indexes/using-aggregating-indexes.md). -- missing link. should be (/using-indexes/using-aggregating-indexes) - +Different syntax is used when creating an aggregating index on an empty table or a table populated with data. After an aggregating index is created, Firebolt automatically updates the index as new data is ingested. For more information, see [Using aggregating indexes](/using-indexes/using-aggregating-indexes.md). ## Syntax–aggregating index on an empty table ```sql