Skip to content

Commit f3ba943

Browse files
authored
Merge pull request #4413 from Blargian/hyperdx_reported_404s_fix
Fix 404s reported by HyperDX
2 parents a2b830e + f3cf237 commit f3ba943

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

docs/getting-started/quick-start/cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Notice the response comes back in a nice table format:
243243
4 rows in set. Elapsed: 0.008 sec.
244244
```
245245

246-
4. Add a [`FORMAT`](../../sql-reference/statements/select/format.md) clause to specify one of the [many supported output formats of ClickHouse](/interfaces/formats/):
246+
4. Add a [`FORMAT`](../../sql-reference/statements/select/format.md) clause to specify one of the [many supported output formats of ClickHouse](/interfaces/formats):
247247

248248
<br/>
249249

vercel.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3460,6 +3460,36 @@
34603460
"source": "/docs/integrations/migration",
34613461
"destination": "/docs/integrations/migration/overview",
34623462
"permanent": true
3463+
},
3464+
{
3465+
"source": "/docs/cloud/security/security-and-compliance",
3466+
"destination": "/docs/cloud/security/compliance-overview",
3467+
"permanent": true
3468+
},
3469+
{
3470+
"source": "/docs/sql-reference/statements/backup",
3471+
"destination": "/docs/operations/backup",
3472+
"permanent": true
3473+
},
3474+
{
3475+
"source": "/docs/cloud/manage",
3476+
"destination": "/docs/cloud/manage/cloud-api",
3477+
"permanent": true
3478+
},
3479+
{
3480+
"source": "/docs/cloud/security",
3481+
"destination": "/docs/cloud/security/shared-responsibility-model",
3482+
"permanent": true
3483+
},
3484+
{
3485+
"source": "/docs/cloud/manage/jan-2025-faq/plan-migrations",
3486+
"destination": "/docs/cloud/manage/cloud-tiers",
3487+
"permanent": true
3488+
},
3489+
{
3490+
"source": "/docs/migrations/migrations",
3491+
"destination": "/docs/integrations/migration/overview",
3492+
"permanent": true
34633493
}
34643494
]
34653495
}

0 commit comments

Comments
 (0)