Skip to content

Commit 25437c0

Browse files
authored
Fix org name in URLs for docker compose. (#18)
1 parent b37aeb9 commit 25437c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pip install cocoindex
3737
- Start a Postgres SQL database for cocoindex using our docker compose config:
3838

3939
```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
4141
```
4242

4343
### Start your first indexing flow!

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This guide will help you get up and running with CocoIndex in just a few minutes
3232
- Start a Postgres SQL database for cocoindex using our docker compose config:
3333

3434
```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
3636
```
3737

3838
## Step 2: Create the Python file `quickstart.py`

0 commit comments

Comments
 (0)