From 1e169a5d459fe1c1ef42da0bffcb485059efe46a Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 19 Jul 2025 18:26:45 -0600 Subject: [PATCH] Update repository URLs to git.supported.systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix bootstrap prompt clone URL - Update website copy repository links - Ensure all documentation points to correct repo 🤖 Generated with Claude Code Co-Authored-By: Claude --- docs/BOOTSTRAP_PROMPT.md | 2 +- docs/WEBSITE_COPY.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BOOTSTRAP_PROMPT.md b/docs/BOOTSTRAP_PROMPT.md index 8721483..f6a8ad7 100644 --- a/docs/BOOTSTRAP_PROMPT.md +++ b/docs/BOOTSTRAP_PROMPT.md @@ -13,7 +13,7 @@ I want to install Claude Hooks - an intelligent system that will make you smarte - Maintains session history across Claude restarts **Installation steps:** -1. `git clone https://github.com/anthropics/claude-hooks.git` +1. `git clone https://git.supported.systems/rsp2k/claude-hooks.git` 2. `cd claude-hooks` 3. `./scripts/install.sh` 4. `./scripts/test.sh` diff --git a/docs/WEBSITE_COPY.md b/docs/WEBSITE_COPY.md index 444e980..79e40cd 100644 --- a/docs/WEBSITE_COPY.md +++ b/docs/WEBSITE_COPY.md @@ -36,7 +36,7 @@ I want to install Claude Hooks - an intelligent system that will make you smarte - Maintains session history across Claude restarts **Installation steps:** -1. `git clone https://github.com/anthropics/claude-hooks.git` +1. `git clone https://git.supported.systems/rsp2k/claude-hooks.git` 2. `cd claude-hooks` 3. `./scripts/install.sh` 4. `./scripts/test.sh` @@ -144,7 +144,7 @@ An AI assistant that doesn't just help you code - it **gets better at helping yo ## Community -- **⭐ Star us on GitHub** - [github.com/anthropics/claude-hooks](https://github.com/anthropics/claude-hooks) +- **⭐ Star us on Git** - [git.supported.systems/rsp2k/claude-hooks](https://git.supported.systems/rsp2k/claude-hooks) - **🐛 Report issues** - Help us make it better - **💬 Discuss** - Share patterns and tips with other users - **🤝 Contribute** - Add new features and improvements