Skip to content

Commit e933ae4

Browse files
committed
add redirects for broken links
1 parent 151d6ee commit e933ae4

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

docs/chdb/guides/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ in the table of contents, please edit the frontmatter of the files directly.
1515

1616
| Page | Description |
1717
|-----|-----|
18-
| [How to query Parquet files](/docs/chdb/guides/querying-parquet) | Learn how to query Parquet files with chDB. |
19-
| [How to query data in an S3 bucket](/docs/chdb/guides/querying-s3) | Learn how to query data in an S3 bucket with chDB. |
20-
| [Using a clickhouse-local database](/docs/chdb/guides/clickhouse-local) | Learn how to use a clickhouse-local database with chDB |
21-
| [How to query Pandas DataFrames with chDB](/docs/chdb/guides/pandas) | Learn how to query Pandas DataFrames with chDB |
22-
| [JupySQL and chDB](/docs/chdb/guides/jupysql) | How to install chDB for Bun |
23-
| [How to query a remote ClickHouse server](/docs/chdb/guides/query-remote-clickhouse) | In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24-
| [How to query Apache Arrow with chDB](/docs/chdb/guides/apache-arrow) | In this guide, we'll learn how to query Apache Arrow tables with chDB |
18+
| [How to query Parquet files](/chdb/guides/querying-parquet) | Learn how to query Parquet files with chDB. |
19+
| [How to query data in an S3 bucket](/chdb/guides/querying-s3) | Learn how to query data in an S3 bucket with chDB. |
20+
| [Using a clickhouse-local database](/chdb/guides/clickhouse-local) | Learn how to use a clickhouse-local database with chDB |
21+
| [How to query Pandas DataFrames with chDB](/chdb/guides/pandas) | Learn how to query Pandas DataFrames with chDB |
22+
| [JupySQL and chDB](/chdb/guides/jupysql) | How to install chDB for Bun |
23+
| [How to query a remote ClickHouse server](/chdb/guides/query-remote-clickhouse) | In this guide, we'll learn how to query a remote ClickHouse server from chDB. |
24+
| [How to query Apache Arrow with chDB](/chdb/guides/apache-arrow) | In this guide, we'll learn how to query Apache Arrow tables with chDB |

vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,11 @@
28712871
"destination": "/docs/getting-started/quick-start",
28722872
"permanent": true
28732873
},
2874+
{
2875+
"source": "/docs/get-started/quick-start",
2876+
"destination": "/docs/getting-started/quick-start",
2877+
"permanent": true
2878+
},
28742879
{
28752880
"source": "/docs/sql-reference/dictionaries/external-dictionaries/external-dict",
28762881
"destination": "/docs/sql-reference/dictionaries#embedded-dictionaries",
@@ -3221,6 +3226,11 @@
32213226
"destination": "/docs/concepts/why-clickhouse-is-so-fast",
32223227
"permanent": true
32233228
},
3229+
{
3230+
"source": "/docs/sql-reference/data-types/bfloat16",
3231+
"destination": "/docs/sql-reference/data-types/float#bfloat16",
3232+
"permanent": true
3233+
},
32243234
{
32253235
"source": "/docs/en/:path*",
32263236
"destination": "/docs/:path*"

0 commit comments

Comments
 (0)