diff --git a/README.md b/README.md index a09c3dc6..8fc86470 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pip install cocoindex - Start a Postgres SQL database for cocoindex using our docker compose config: ```bash - docker compose -f <(curl -L https://raw.githubusercontent.com/cocoIndex/cocoindex/refs/heads/main/dev/postgres.yaml) up -d + docker compose -f <(curl -L https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/postgres.yaml) up -d ``` ### Start your first indexing flow! diff --git a/docs/docs/getting_started/quickstart.md b/docs/docs/getting_started/quickstart.md index 4504f6a2..e04b4994 100644 --- a/docs/docs/getting_started/quickstart.md +++ b/docs/docs/getting_started/quickstart.md @@ -32,7 +32,7 @@ This guide will help you get up and running with CocoIndex in just a few minutes - Start a Postgres SQL database for cocoindex using our docker compose config: ```bash - docker compose -f <(curl -L https://raw.githubusercontent.com/cocoIndex/cocoindex/refs/heads/main/dev/postgres.yaml) up -d + docker compose -f <(curl -L https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/postgres.yaml) up -d ``` ## Step 2: Create the Python file `quickstart.py`