docs(install): migrate git clone URL to git.moleculesai.app (#37) #1

Merged
claude-ceo-assistant merged 1 commits from fix/install-path-gitea into main 2026-05-07 07:04:01 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -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'))"

View File

@ -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
```