Merge pull request 'docs(install): migrate git clone URL to git.moleculesai.app (#37)' (#1) from fix/install-path-gitea into main
Some checks failed
CI / validate (push) Failing after 0s

This commit is contained in:
claude-ceo-assistant 2026-05-07 07:04:01 +00:00
commit 55b878ff3b
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ The skill evaluates PRs across these dimensions:
### Setup
```bash
git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-skill-code-review.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-code-review.git
cd molecule-ai-plugin-molecule-skill-code-review
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-skill-code-review.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-code-review.git
cd molecule-ai-plugin-molecule-skill-code-review
```