diff --git a/README.md b/README.md
index 264c077a..a6d1f5ea 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@
>
> Desktop · Mobile · JetBrains · CLI — one shared data store.
-[](https://github.com/shihuili1218/rssh/releases/latest)
-[](https://github.com/shihuili1218/rssh/releases)
+[](https://github.com/rssh-org/rssh/releases/latest)
+[](https://github.com/rssh-org/rssh/releases)

-[](LICENSE)
-[](https://deepwiki.com/shihuili1218/rssh)
+[](LICENSE)
+[](https://deepwiki.com/rssh-org/rssh)
@@ -20,7 +20,7 @@
-⬇️ Download latest · Why RSSH?
+⬇️ Download latest · Why RSSH?
---
@@ -87,7 +87,7 @@ Keys stay in your local OS keyserver; connection configs are encrypted into your
## Install
-Download from [Releases](https://github.com/shihuili1218/rssh/releases):
+Download from [Releases](https://github.com/rssh-org/rssh/releases):
| Platform | File | Notes |
|---------------------|------------------------------------------|------------------------------|
diff --git a/README_zh.md b/README_zh.md
index e1d3e975..b1317155 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -8,11 +8,11 @@
>
> 桌面 · 手机 · JetBrains · 命令行,一套数据通用。
-[](https://github.com/shihuili1218/rssh/releases/latest)
-[](https://github.com/shihuili1218/rssh/releases)
+[](https://github.com/rssh-org/rssh/releases/latest)
+[](https://github.com/rssh-org/rssh/releases)

-[](LICENSE)
-[](https://deepwiki.com/shihuili1218/rssh)
+[](LICENSE)
+[](https://deepwiki.com/rssh-org/rssh)
@@ -20,7 +20,7 @@
-⬇️ 下载最新版 · 为什么是 RSSH?
+⬇️ 下载最新版 · 为什么是 RSSH?
---
@@ -87,7 +87,7 @@
## 安装
-从 [Releases](https://github.com/shihuili1218/rssh/releases) 下载:
+从 [Releases](https://github.com/rssh-org/rssh/releases) 下载:
| 平台 | 文件 | 备注 |
|---------------------|------------------------------------------|------------------------|
diff --git a/roadmap.md b/roadmap.md
index 787715d6..c56215c3 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -17,17 +17,17 @@
- iOS快捷键盘,随着软键盘升起
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/components/AboutScreen.svelte b/src/lib/components/AboutScreen.svelte
index 495c76a3..752977c4 100644
--- a/src/lib/components/AboutScreen.svelte
+++ b/src/lib/components/AboutScreen.svelte
@@ -9,7 +9,7 @@
import { isIOS } from "../stores/app.svelte.ts";
import WelcomeScreen from "./WelcomeScreen.svelte";
- const REPO = "shihuili1218/rssh";
+ const REPO = "rssh-org/rssh";
const REPO_URL = `https://github.com/${REPO}`;
const ISSUES_URL = `${REPO_URL}/issues`;
const LICENSE_URL = `${REPO_URL}/blob/main/LICENSE`;
diff --git a/src/lib/stores/updates.svelte.ts b/src/lib/stores/updates.svelte.ts
index 14c5e111..a21198cb 100644
--- a/src/lib/stores/updates.svelte.ts
+++ b/src/lib/stores/updates.svelte.ts
@@ -1,7 +1,7 @@
import { invoke } from "@tauri-apps/api/core";
import { getVersion } from "@tauri-apps/api/app";
-const REPO = "shihuili1218/rssh";
+const REPO = "rssh-org/rssh";
const INITIAL_DELAY_MS = 10_000;
const INTERVAL_MS = 6 * 60 * 60 * 1000; // 6h