Skip to content

Commit daa0fe8

Browse files
committed
Fix repository URLs in documentation
- Update CLAUDE.md curl URL to use correct repository path - Update README.md curl and git clone URLs to use correct repository path - Replace USERNAME/claude-discord-integration with jubalm/claude-code-discord
1 parent 55587fc commit daa0fe8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ chmod +x install.sh
1717
./install.sh
1818

1919
# Or quick install
20-
curl -fsSL https://raw.githubusercontent.com/USERNAME/claude-discord-integration/main/install.sh | bash
20+
curl -fsSL https://raw.githubusercontent.com/jubalm/claude-code-discord/main/install.sh | bash
2121
```
2222

2323
### Uninstall

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Get real-time Discord notifications when Claude completes tasks, needs input, or
1616
## 🚀 Quick Install
1717

1818
```bash
19-
curl -fsSL https://raw.githubusercontent.com/USERNAME/claude-discord-integration/main/install.sh | bash
19+
curl -fsSL https://raw.githubusercontent.com/jubalm/claude-code-discord/main/install.sh | bash
2020
```
2121

2222
Or clone and install manually:
2323

2424
```bash
25-
git clone https://github.com/USERNAME/claude-discord-integration.git
25+
git clone https://github.com/jubalm/claude-code-discord.git
2626
cd claude-discord-integration
2727
chmod +x install.sh
2828
./install.sh

0 commit comments

Comments
 (0)