Skip to content

Commit f18e954

Browse files
authored
Merge pull request #3934 from Blargian/fix_links
Vercel redirects
2 parents 275339c + 7e3f642 commit f18e954

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

vercel.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,24 @@
33223322
{
33233323
"source": "/docs/cloud/manage/api/services-api-reference",
33243324
"destination": "https://clickhouse.com/docs/cloud/manage/api/swagger#/paths/~1v1~1organizations~1%7BorganizationId%7D~1services/get"
3325+
},
3326+
{
3327+
"source": "/docs/getting-started/example-datasets/reddit-comments",
3328+
"destination": "/docs/getting-started/example-datasets",
3329+
"permanent": true
3330+
},
3331+
{
3332+
"source": "/docs/getting-started/example-datasets/recipes",
3333+
"destination": "/docs/getting-started/example-datasets",
3334+
"permanent": true
3335+
},
3336+
{
3337+
"source": "/docs/whats-new/changelog/2025",
3338+
"destination": "/docs/category/changelog"
3339+
},
3340+
{
3341+
"source": "/docs/development/adding_test_queries",
3342+
"destination": "/docs/development/tests#adding-a-new-test"
33253343
}
33263344
]
33273345
}

0 commit comments

Comments
 (0)