diff --git a/CLAUDE.md b/CLAUDE.md index 0f146ec..d9f0731 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -53,7 +53,7 @@ be written by the cron-learnings plugin each tick. ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-workflow-retro.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-workflow-retro.git cd molecule-ai-plugin-molecule-workflow-retro python3 -c "import yaml; yaml.safe_load(open('plugin.yaml'))" diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 1cd67cd..44f7d3d 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -16,7 +16,7 @@ This runbook covers setting up a local development environment for ## Clone & Bootstrap ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-workflow-retro.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-workflow-retro.git cd molecule-ai-plugin-molecule-workflow-retro ```