Skip to content

Commit af80a59

Browse files
committed
[Documentation] fix links
1 parent b32127e commit af80a59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/core/flow_methods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ A data source may enable one or multiple *change capture mechanisms*:
210210
* Configured with a [refresh interval](flow_def#refresh-interval), which is generally applicable to all data sources.
211211

212212
* Specific data sources also provide their specific change capture mechanisms.
213-
For example, [`Postgres` source](../ops/sources/#postgres) listens to PostgreSQL's change notifications, [`AmazonS3` source](../ops/sources/#amazons3) watches S3 bucket's change events, and [`GoogleDrive` source](../ops/sources#googledrive) allows polling recent modified files.
213+
For example, [`Postgres` source](../sources/#postgres) listens to PostgreSQL's change notifications, [`AmazonS3` source](../sources/#amazons3) watches S3 bucket's change events, and [`GoogleDrive` source](../sources#googledrive) allows polling recent modified files.
214214
See documentations for specific data sources.
215215

216216
Change capture mechanisms enable CocoIndex to continuously capture changes from the source data and update the target data accordingly, under live update mode.

docs/docs/sources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The spec takes the following fields:
262262
:::info
263263

264264
Since it only retrieves metadata for recent modified files (up to the previous poll) during polling,
265-
it's typically cheaper than a full refresh by setting the [refresh interval](../core/flow_def#refresh-interval) especially when the folder contains a large number of files.
265+
it's typically cheaper than a full refresh by setting the [refresh interval](/docs/core/flow_def#refresh-interval) especially when the folder contains a large number of files.
266266
So you can usually set it with a smaller value compared to the `refresh_interval`.
267267

268268
On the other hand, this only detects changes for files that still exist.

0 commit comments

Comments
 (0)