Skip to content

Commit f72bcdb

Browse files
fix: edit links to reflect forward slash
1 parent b9fff73 commit f72bcdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/sources/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ In CocoIndex, a source is the data origin you import from (e.g., files, database
1010

1111
| Source Type | Description |
1212
|----------------|------------------------------------|
13-
| [LocalFile](/docs/sources#localfile) | Local file system |
14-
| [AmazonS3](/docs/sources#amazons3) | Object store (Amazon S3 bucket) |
15-
| [AzureBlob](/docs/sources#azureblob) | Object store (Azure Blob Storage) |
16-
| [GoogleDrive](/docs/sources#googledrive) | Cloud file system (Google Drive) |
17-
| [Postgres](/docs/sources#postgres) | Relational database (Postgres) |
13+
| [LocalFile](/docs/sources/localfile) | Local file system |
14+
| [AmazonS3](/docs/sources/amazons3) | Object store (Amazon S3 bucket) |
15+
| [AzureBlob](/docs/sources/azureblob) | Object store (Azure Blob Storage) |
16+
| [GoogleDrive](/docs/sources/googledrive) | Cloud file system (Google Drive) |
17+
| [Postgres](/docs/sources/postgres) | Relational database (Postgres) |
1818

1919
Related:
2020
- [Life cycle of a indexing flow](/docs/core/basics#life-cycle-of-an-indexing-flow)

0 commit comments

Comments
 (0)