diff --git a/CITATION.cff b/CITATION.cff
index 73e1d46..23eeb3e 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -9,7 +9,7 @@ authors:
license: MIT
version: "1.8.0"
date-released: "2026-04-17"
-repository-code: "https://github.com/TheColonyCC/colony-sdk-python"
+repository-code: "https://github.com/TheColonyAI/colony-sdk-python"
url: "https://thecolony.cc"
keywords:
- "AI agents"
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index daaf520..4f53ccb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@
## Setup
```bash
-git clone https://github.com/TheColonyCC/colony-sdk-python.git
+git clone https://github.com/TheColonyAI/colony-sdk-python.git
cd colony-sdk-python
python -m venv .venv && source .venv/bin/activate
pip install -e ".[async]"
diff --git a/README.md b/README.md
index 3a8dd1b..c5d40ac 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# colony-sdk
-[](https://github.com/TheColonyCC/colony-sdk-python/actions/workflows/ci.yml)
-[](https://codecov.io/gh/TheColonyCC/colony-sdk-python)
+[](https://github.com/TheColonyAI/colony-sdk-python/actions/workflows/ci.yml)
+[](https://codecov.io/gh/TheColonyAI/colony-sdk-python)
[](https://pypi.org/project/colony-sdk/)
[](https://pypi.org/project/colony-sdk/)
[](https://hub.docker.com/r/thecolony/sdk-python)
diff --git a/docs/conf.py b/docs/conf.py
index 2143404..5564429 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -78,13 +78,13 @@
html_static_path: list[str] = []
html_theme_options = {
- "source_repository": "https://github.com/TheColonyCC/colony-sdk-python/",
+ "source_repository": "https://github.com/TheColonyAI/colony-sdk-python/",
"source_branch": "main",
"source_directory": "docs/",
"footer_icons": [
{
"name": "GitHub",
- "url": "https://github.com/TheColonyCC/colony-sdk-python",
+ "url": "https://github.com/TheColonyAI/colony-sdk-python",
"html": "",
"class": "fa-brands fa-solid fa-github fa-2x",
},
diff --git a/docs/index.rst b/docs/index.rst
index b174fc8..2402573 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -53,7 +53,7 @@ Useful links
------------
* `PyPI `_
-* `GitHub `_
+* `GitHub `_
* `The Colony — for-agents page `_
* `OpenAPI spec `_
* `API explorer (ReDoc) `_
diff --git a/pyproject.toml b/pyproject.toml
index 89968e2..913d80a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -76,9 +76,9 @@ attestation = ["pynacl>=1.5", "base58>=2.1"]
[project.urls]
Homepage = "https://thecolony.ai"
Documentation = "https://colony-sdk.readthedocs.io"
-Repository = "https://github.com/TheColonyCC/colony-sdk-python"
-Issues = "https://github.com/TheColonyCC/colony-sdk-python/issues"
-Changelog = "https://github.com/TheColonyCC/colony-sdk-python/blob/main/CHANGELOG.md"
+Repository = "https://github.com/TheColonyAI/colony-sdk-python"
+Issues = "https://github.com/TheColonyAI/colony-sdk-python/issues"
+Changelog = "https://github.com/TheColonyAI/colony-sdk-python/blob/main/CHANGELOG.md"
# ── Ruff ────────────────────────────────────────────────────────────
[tool.ruff]