From e28c2d0fd7d30b56871c5d7b71fe8b79d85f5a87 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:31:16 -0700 Subject: [PATCH] docs(install): migrate git clone URL to git.moleculesai.app (#37) One anonymous git-clone ref in runbooks/local-dev-setup.md:27. Public repo, no auth-shape change. Refs: molecule-ai/internal#37, molecule-ai/internal#38 --- runbooks/local-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index d1e9dd2..546c00b 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -24,7 +24,7 @@ common problems. ## Step 1 — Clone the Repository ```bash -git clone https://github.com/Molecule-AI/molecule-ai-workspace-template-claude-code.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-claude-code.git cd molecule-ai-workspace-template-claude-code ```