From b968886de822cd2488927929f77828b588f7a114 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:01:05 -0700 Subject: [PATCH] docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in runbooks/local-dev-setup.md migrated github.com/Molecule-AI \u2192 git.moleculesai.app/molecule-ai. Public repo, no auth-shape change. Same pattern as the other plugin-* sweeps in the #37 series.\n\nRefs: molecule-ai/internal#37, molecule-ai/internal#38, molecule-ai/internal#42 --- 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 e6d515e..9ad078a 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -17,7 +17,7 @@ This runbook covers setting up a local development environment for `plugin-ecc`. ```bash # Clone the repo -git clone https://github.com/Molecule-AI/molecule-ai-plugin-ecc.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-ecc.git cd molecule-ai-plugin-ecc # Install markdownlint CLI (used for pre-commit linting) -- 2.45.2