fix url of happy project

This commit is contained in:
weishu
2025-12-25 17:42:22 +08:00
parent 5adf0f20e7
commit 73f5a51548
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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);
}
+1 -1
View File
@@ -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.