From fc94b8e45ebf2da27311de0d295f918f6d5d5759 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Thu, 7 May 2026 00:01:07 -0700 Subject: [PATCH] docs(install): migrate git clone URL to git.moleculesai.app (#37)\n\nAnonymous git-clone refs in CLAUDE.md, 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 --- CLAUDE.md | 2 +- runbooks/local-dev-setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5a2bf9a..27edd8e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -127,7 +127,7 @@ The JSONL format is compatible with: ### Setup ```bash -git clone https://github.com/Molecule-AI/molecule-ai-plugin-molecule-audit.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-audit.git cd molecule-ai-plugin-molecule-audit # Validate plugin.yaml diff --git a/runbooks/local-dev-setup.md b/runbooks/local-dev-setup.md index 328cba3..cf1dcda 100644 --- a/runbooks/local-dev-setup.md +++ b/runbooks/local-dev-setup.md @@ -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-audit.git +git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-audit.git cd molecule-ai-plugin-molecule-audit ``` -- 2.45.2