diff --git a/CLAUDE.md b/CLAUDE.md index b0b38fc..e7b0ac1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -49,7 +49,7 @@ superpowers/ ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git cd molecule-ai-plugin-superpowers # Validate plugin.yaml diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index c5679c4..fc3f774 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -15,7 +15,7 @@ This runbook covers setting up a local development environment for `superpowers` ## Clone & Bootstrap ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git cd molecule-ai-plugin-superpowers ```