From de62a1506409000dae7b70c4c42a73934cbddee6 Mon Sep 17 00:00:00 2001 From: LJ Date: Tue, 4 Mar 2025 18:44:42 -0800 Subject: [PATCH] Fix org name in URLs for docker compose. --- README.md | 2 +- docs/docs/getting_started/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`