diff --git a/CLAUDE.md b/CLAUDE.md index 52a85ab..a7a2871 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -144,7 +144,7 @@ The skill directories must be volume-mounted or present in the image. ```bash # 1. Clone -git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git cd molecule-ai-workspace-template-gemini-cli # 2. Install dependencies diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 3871d80..41fbe92 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -16,7 +16,7 @@ This runbook covers setting up the gemini-cli workspace template on a local mach ## Step 1: Clone the Repository ```bash -git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git cd molecule-ai-workspace-template-gemini-cli ```