Skip to content

Commit c947dc0

Browse files
copyleftdevclaude
andcommitted
fix: update domain from hookbin.dev to hook-bin.dev
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a5b65da commit c947dc0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": {
33
"name": "Hookbin",
44
"description": "Single-binary webhook inbox — zero dependencies, TigerBeetle philosophy",
5-
"domain": "hookbin.dev",
5+
"domain": "hook-bin.dev",
66
"language": "Rust (stable)"
77
},
88
"absolute_requirements": {

.github/issues/_index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"project": "hookbin.dev",
2+
"project": "hook-bin.dev",
33
"prefix": "HB",
44
"description": "Single-binary webhook inbox — zero dependencies, TigerBeetle philosophy",
55
"total_issues": 23,

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ impl IntoResponse for AppError {
272272

273273
```bash
274274
# Install (one-liner)
275-
curl -fsSL https://hookbin.dev/install | sh
275+
curl -fsSL https://hook-bin.dev/install | sh
276276

277277
# Or just download the binary
278-
wget https://hookbin.dev/releases/hookbin-linux-amd64
278+
wget https://hook-bin.dev/releases/hookbin-linux-amd64
279279
chmod +x hookbin-linux-amd64
280280
./hookbin-linux-amd64 serve
281281

@@ -289,7 +289,7 @@ chmod +x hookbin-linux-amd64
289289
## File Structure
290290

291291
```text
292-
hookbin.dev/
292+
hook-bin.dev/
293293
├── CLAUDE.md # This file — read it
294294
├── .claude/ # AI config
295295
│ ├── settings.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Everything is bounded. Nothing grows without limit.
125125
```bash
126126
# Prerequisites: Rust stable toolchain
127127
git clone https://github.com/copyleftdev/hookbin.dev.git
128-
cd hookbin.dev
128+
cd hook-bin.dev
129129

130130
# Development
131131
cargo build # Debug build

0 commit comments

Comments
 (0)