From a6feddd56764bd1e0c4cf123153af470dac6dcc3 Mon Sep 17 00:00:00 2001 From: ClaudeBot Date: Tue, 27 May 2025 03:12:23 +0000 Subject: [PATCH] fix: update README URLs to use correct repository - Fix clone URL from yourusername/claude-github-webhook to intelligence-assist/claude-hub - Fix issues URL to point to correct repository - Update directory name in clone instructions to match repository name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1b91c4..6ac75c5 100644 --- a/README.md +++ b/README.md @@ -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