File tree 2 files changed +2
-2
lines changed
docs/docs/getting_started 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pip install cocoindex
37
37
- Start a Postgres SQL database for cocoindex using our docker compose config:
38
38
39
39
``` bash
40
- docker compose -f <( curl -L https://raw.githubusercontent.com/cocoIndex /cocoindex/refs/heads/main/dev/postgres.yaml) up -d
40
+ docker compose -f <( curl -L https://raw.githubusercontent.com/cocoindex-io /cocoindex/refs/heads/main/dev/postgres.yaml) up -d
41
41
```
42
42
43
43
# ## Start your first indexing flow!
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This guide will help you get up and running with CocoIndex in just a few minutes
32
32
- Start a Postgres SQL database for cocoindex using our docker compose config:
33
33
34
34
` ` ` bash
35
- docker compose -f <( curl -L https://raw.githubusercontent.com/cocoIndex /cocoindex/refs/heads/main/dev/postgres.yaml) up -d
35
+ docker compose -f <( curl -L https://raw.githubusercontent.com/cocoindex-io /cocoindex/refs/heads/main/dev/postgres.yaml) up -d
36
36
` ` `
37
37
38
38
# # Step 2: Create the Python file `quickstart.py`
You can’t perform that action at this time.
0 commit comments