Skip to content

Commit 8781e61

Browse files
authored
Merge pull request ClickHouse#78954 from shahbazaamir/patch-1
Fixed links in engines
2 parents ed8c0ca + 9f9c36f commit 8781e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/engines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ title: 'Engines'
66

77
| Page | Description |
88
|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9-
| [Database Engines](/engines/database-engines) | Database engines in ClickHouse allow you to work with tables and determine how data is stored and managed. Learn more about the various database engines available in ClickHouse. |
10-
| [Table Engines](/engines/table-engines) | Table engines in ClickHouse are a fundamental concept that determines how data is stored, written, and read. Learn more about the various table engines available in ClickHouse. |
9+
| [Database Engines](../engines/database-engines/index.md) | Database engines in ClickHouse allow you to work with tables and determine how data is stored and managed. Learn more about the various database engines available in ClickHouse. |
10+
| [Table Engines](../engines/table-engines/index.md) | Table engines in ClickHouse are a fundamental concept that determines how data is stored, written, and read. Learn more about the various table engines available in ClickHouse. |

0 commit comments

Comments
 (0)