Skip to content

Commit bd190c1

Browse files
fix: Update Gumroad URL to correct account
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aa216a1 commit bd190c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/app/book/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Link from 'next/link';
22

33
// Gumroad product URL for pay-what-you-want book
4-
const GUMROAD_BOOK_URL = 'https://smartaimemory.gumroad.com/l/empathy-book';
4+
const GUMROAD_BOOK_URL = 'https://roebucksmith.gumroad.com/l/empathy-book';
55

66
export default function BookPage() {
77
return (

0 commit comments

Comments
 (0)