From 1ebd317f8c350666ba34ae5ba07ca4306047e545 Mon Sep 17 00:00:00 2001 From: Blargian Date: Thu, 9 Jan 2025 12:11:16 +0100 Subject: [PATCH] fix broken link --- docs/en/integrations/data-ingestion/s3/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/integrations/data-ingestion/s3/performance.md b/docs/en/integrations/data-ingestion/s3/performance.md index a5d273b0f7a..0e45553348e 100644 --- a/docs/en/integrations/data-ingestion/s3/performance.md +++ b/docs/en/integrations/data-ingestion/s3/performance.md @@ -304,7 +304,7 @@ The server that initially receives the insert query first resolves the glob patt We repeat our earlier read query distributing the workload across 3 nodes, adjusting the query to use `s3Cluster`. This is performed automatically in ClickHouse Cloud, by refering to the `default` cluster. -As noted in [Utilizing Clusters](#utilizing-clusters) this work is distributed a file level. To benefit from this feature users will require a sufficient number of files i.e. at least > the number of nodes. +As noted in [Utilizing Clusters](/docs/en/integrations/s3#utilizing-clusters) this work is distributed a file level. To benefit from this feature users will require a sufficient number of files i.e. at least > the number of nodes. ```sql