Merge pull request #80 from intelligence-assist/fix/readme-urls

fix: update README URLs to use correct repository
This commit is contained in:
Cheffromspace
2025-05-26 22:14:13 -05:00
committed by GitHub

View File

@@ -47,8 +47,8 @@ Claude analyzes your entire repository context, understands your codebase, and p
```bash
# Clone and setup
git clone https://github.com/yourusername/claude-github-webhook.git
cd claude-github-webhook
git clone https://github.com/intelligence-assist/claude-hub.git
cd claude-hub
./scripts/setup/setup-secure-credentials.sh
# Launch with Docker Compose
@@ -276,7 +276,7 @@ npm run dev
### Support
- Report issues: [GitHub Issues](https://github.com/yourusername/claude-github-webhook/issues)
- Report issues: [GitHub Issues](https://github.com/intelligence-assist/claude-hub/issues)
- Detailed troubleshooting: [Complete Workflow Guide](./docs/complete-workflow.md#troubleshooting)
## License