diff --git a/CHANGELOG_EXTRA.md b/CHANGELOG_EXTRA.md
index 7e4f6daf0f..4a8863372f 100644
--- a/CHANGELOG_EXTRA.md
+++ b/CHANGELOG_EXTRA.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.6.25.2] - 2025.08.26
+
+### Changed
+
+- Github 仓库迁移
+
## [0.6.25.1] - 2025.08.22
### Changed
diff --git a/README.md b/README.md
index e114410cf5..a605aa3ddc 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@
## 部署方式
-部署二开版本只需要替换镜像和版本,其他的部署与官方版本没有差别,版本号请在 [Release](https://github.com/U8F69/open-webui/releases/latest) 中查看
+部署二开版本只需要替换镜像和版本,其他的部署与官方版本没有差别,版本号请在 [Release](https://github.com/ovinc-cn/openwebui/releases/latest) 中查看
```
-ghcr.io/u8f69/open-webui:<版本号>
+ghcr.io/ovinc-cn/openwebui:<版本号>
```
## 拓展特性
diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py
index 6732c7365a..079f82cfc0 100644
--- a/backend/open_webui/main.py
+++ b/backend/open_webui/main.py
@@ -1897,7 +1897,7 @@ async def get_app_latest_release_version(user=Depends(get_verified_user)):
timeout = aiohttp.ClientTimeout(total=1)
async with aiohttp.ClientSession(timeout=timeout, trust_env=True) as session:
async with session.get(
- "https://api.github.com/repos/U8F69/open-webui/releases/latest",
+ "https://api.github.com/repos/ovinc-cn/openwebui/releases/latest",
ssl=AIOHTTP_CLIENT_SESSION_SSL,
) as response:
response.raise_for_status()
diff --git a/package-lock.json b/package-lock.json
index d717181931..2c1c6ee71c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "open-webui",
- "version": "0.6.25.1",
+ "version": "0.6.25.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
- "version": "0.6.25.1",
+ "version": "0.6.25.2",
"dependencies": {
"@azure/msal-browser": "^4.5.0",
"@codemirror/lang-javascript": "^6.2.2",
diff --git a/package.json b/package.json
index 57285f7e1e..6f1a9757f1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "open-webui",
- "version": "0.6.25.1",
+ "version": "0.6.25.2",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",
diff --git a/src/lib/components/admin/Settings/General.svelte b/src/lib/components/admin/Settings/General.svelte
index cd95f10c9b..c8daf053ff 100644
--- a/src/lib/components/admin/Settings/General.svelte
+++ b/src/lib/components/admin/Settings/General.svelte
@@ -141,7 +141,7 @@
{#if $config?.features?.enable_version_update_check}
{updateAvailable === null
@@ -214,10 +214,10 @@
/>
-
+
diff --git a/src/lib/components/chat/Settings/About.svelte b/src/lib/components/chat/Settings/About.svelte
index 37d71c2eca..2f3358bb8a 100644
--- a/src/lib/components/chat/Settings/About.svelte
+++ b/src/lib/components/chat/Settings/About.svelte
@@ -51,8 +51,8 @@