From 73f5a515485644f99ff877880e7f5b3cd87195c6 Mon Sep 17 00:00:00 2001 From: weishu Date: Thu, 25 Dec 2025 17:42:20 +0800 Subject: [PATCH] fix url of happy project --- README.md | 2 +- cli/bin/hapi.cjs | 2 +- docs/WHY_NOT_HAPPY.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ff90aa2..caee9c55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hapi -HAPI means "哈皮," a Chinese transliteration of [Happy](https://github.com/anthropics/anthropic-cookbook/tree/main/misc/happy). Great credit to the original project. +HAPI means "哈皮," a Chinese transliteration of [Happy](https://github.com/slopus/happy). Great credit to the original project. Run Claude Code / Codex / Gemini sessions locally and control them remotely through a Web / PWA / Telegram Mini App. diff --git a/cli/bin/hapi.cjs b/cli/bin/hapi.cjs index d71fa437..e3738e4f 100755 --- a/cli/bin/hapi.cjs +++ b/cli/bin/hapi.cjs @@ -31,7 +31,7 @@ if (!binPath) { console.error(' - win32-x64'); console.error(''); console.error('You can download the binary manually from:'); - console.error(' https://github.com/anthropics/hapi/releases'); + console.error(' https://github.com/tiann/hapi/releases'); process.exit(1); } diff --git a/docs/WHY_NOT_HAPPY.md b/docs/WHY_NOT_HAPPY.md index ce992020..45f66ba2 100644 --- a/docs/WHY_NOT_HAPPY.md +++ b/docs/WHY_NOT_HAPPY.md @@ -1,6 +1,6 @@ # Why Not Happy? -[Happy](https://github.com/anthropics/anthropic-cookbook/tree/main/misc/happy) is an excellent project. So why build HAPI? +[Happy](https://github.com/slopus/happy) is an excellent project. So why build HAPI? **The short answer**: Happy is designed for cloud hosting with multiple users. HAPI is designed for self-hosting with a single user. These different goals lead to fundamentally different architectures.