Update repository URLs to git.supported.systems

- 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 <noreply@anthropic.com>
This commit is contained in:
Ryan Malloy 2025-07-19 18:26:45 -06:00
parent 162ca67098
commit 1e169a5d45
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ I want to install Claude Hooks - an intelligent system that will make you smarte
- Maintains session history across Claude restarts - Maintains session history across Claude restarts
**Installation steps:** **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` 2. `cd claude-hooks`
3. `./scripts/install.sh` 3. `./scripts/install.sh`
4. `./scripts/test.sh` 4. `./scripts/test.sh`

View File

@ -36,7 +36,7 @@ I want to install Claude Hooks - an intelligent system that will make you smarte
- Maintains session history across Claude restarts - Maintains session history across Claude restarts
**Installation steps:** **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` 2. `cd claude-hooks`
3. `./scripts/install.sh` 3. `./scripts/install.sh`
4. `./scripts/test.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 ## 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 - **🐛 Report issues** - Help us make it better
- **💬 Discuss** - Share patterns and tips with other users - **💬 Discuss** - Share patterns and tips with other users
- **🤝 Contribute** - Add new features and improvements - **🤝 Contribute** - Add new features and improvements