Skip to content

Commit 0e72965

Browse files
committed
fix links
1 parent 6f7c0f7 commit 0e72965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_snippets/clickpipes/object-storage/_create_clickpipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import ABSDataSource from '@site/docs/_snippets/clickpipes/object-storage/azure-
4141

4242
The UI will display a list of files in the specified bucket.
4343
Select your data format (we currently support a subset of ClickHouse formats) and if you want to enable continuous ingestion.
44-
([More details below](/integrations/clickpipes/object-storage/reference/#continuous-ingest)).
44+
([See "continuous ingest" for more details](./01_overview.md/#continuous-ingestion)).
4545

4646
<Image img={cp_step3_object_storage} alt="Set data format and topic" size="lg" border/>
4747

docs/integrations/data-ingestion/dbms/dynamodb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ There are a few requirements for the destination table:
103103
- Rows with the same sorting key will be deduplicated based on the `version` column.
104104

105105
### Create the snapshot ClickPipe {#create-the-snapshot-clickpipe}
106-
Now you can create a ClickPipe to load the snapshot data from S3 into ClickHouse. Follow the S3 ClickPipe guide [here](/integrations/clickpipes/object-storage), but use the following settings:
106+
Now you can create a ClickPipe to load the snapshot data from S3 into ClickHouse. Follow the S3 ClickPipe guide [here](/integrations/clickpipes/object-storage/s3/overview), but use the following settings:
107107

108108
- **Ingest path**: You will need to locate the path of the exported json files in S3. The path will look something like this:
109109

0 commit comments

Comments
 (0)