From c1626613ce7951bb8499c84d8ff27ea29c3b4b85 Mon Sep 17 00:00:00 2001
From: Soulter <37870767+Soulter@users.noreply.github.com>
Date: Sun, 26 Oct 2025 16:17:24 +0800
Subject: [PATCH] fix: update repository references from Soulter/AstrBot to
AstrBotDevs/AstrBot across documentation and codebase (#3150)
* fix: update repository references from Soulter/AstrBot to AstrBotDevs/AstrBot across documentation and codebase
- Updated README_ja.md to reflect new GitHub repository links.
- Modified AstrBotUpdator to download from the new repository.
- Changed download URLs in io.py for dashboard releases.
- Updated changelogs to point to the new issue links.
- Adjusted Docker compose file to reference the new repository.
- Updated Vue components in the dashboard to link to the new repository.
- Changed main.py to provide the correct download instructions for the new repository.
* fix: improve error handling for configId selection in AddNewPlatform component
* Update astrbot/core/utils/io.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
---------
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
---
README.md | 10 ++++----
README_en.md | 18 +++++++-------
README_ja.md | 8 +++----
astrbot/core/updator.py | 2 +-
astrbot/core/utils/io.py | 23 +++++++++++-------
changelogs/v3.4.0.md | 2 +-
changelogs/v3.4.16.md | 6 ++---
changelogs/v3.4.33.md | 8 +++----
changelogs/v3.4.37.md | 2 +-
changelogs/v3.5.0.md | 24 +++++++++----------
changelogs/v3.5.1.md | 6 ++---
changelogs/v3.5.12.md | 4 ++--
changelogs/v3.5.25.md | 14 +++++------
changelogs/v4.0.0-beta.5.md | 2 +-
changelogs/v4.1.0.md | 20 ++++++++--------
changelogs/v4.1.3.md | 10 ++++----
changelogs/v4.1.4.md | 10 ++++----
changelogs/v4.3.3.md | 18 +++++++-------
compose.yml | 2 +-
.../components/platform/AddNewPlatform.vue | 6 ++---
.../full/vertical-header/VerticalHeader.vue | 6 ++---
dashboard/src/views/AboutPage.vue | 4 ++--
dashboard/src/views/ExtensionPage.vue | 2 +-
main.py | 2 +-
24 files changed, 107 insertions(+), 102 deletions(-)
diff --git a/README.md b/README.md
index 2d698c3da..19f485ea8 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,12 @@
-English |
-日本語 |
+English |
+日本語 |
文档 |
Blog |
路线图 |
-问题提交
+问题提交
AstrBot 是一个开源的一站式 Agent 聊天机器人平台及开发框架。
@@ -72,7 +72,7 @@ AstrBot 已由雨云官方上架至云应用平台,可一键部署。
社区贡献的部署方式。
-[](https://repl.it/github/Soulter/AstrBot)
+[](https://repl.it/github/AstrBotDevs/AstrBot)
#### Windows 一键安装器部署
@@ -210,7 +210,7 @@ uv run main.py
AstrBot 使用 `ruff` 进行代码格式化和检查。
```bash
-git clone https://github.com/Soulter/AstrBot
+git clone https://github.com/AstrBotDevs/AstrBot
pip install pre-commit
pre-commit install
```
diff --git a/README_en.md b/README_en.md
index 249dd5e79..bed627896 100644
--- a/README_en.md
+++ b/README_en.md
@@ -10,16 +10,16 @@ _✨ Easy-to-use Multi-platform LLM Chatbot & Development Framework ✨_
-[](https://github.com/Soulter/AstrBot/releases/latest)
+[](https://github.com/AstrBotDevs/AstrBot/releases/latest)
-
+
[](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e)

-[](https://codecov.io/gh/Soulter/AstrBot)
+[](https://codecov.io/gh/AstrBotDevs/AstrBot)
Documentation |
-Issue Tracking
+Issue Tracking
AstrBot is a loosely coupled, asynchronous chatbot and development framework that supports multi-platform deployment, featuring an easy-to-use plugin system and comprehensive Large Language Model (LLM) integration capabilities.
@@ -49,7 +49,7 @@ Requires Python (>3.10). See docs: [Windows Installer Guide](https://astrbot.app
#### Replit Deployment
-[](https://repl.it/github/Soulter/AstrBot)
+[](https://repl.it/github/AstrBotDevs/AstrBot)
#### CasaOS Deployment
@@ -67,8 +67,8 @@ See docs: [Source Code Deployment](https://astrbot.app/deploy/astrbot/cli.html)
| QQ (Official Bot) | ✔ | Private/Group chats | Text, Images |
| QQ (OneBot) | ✔ | Private/Group chats | Text, Images, Voice |
| WeChat (Personal) | ✔ | Private/Group chats | Text, Images, Voice |
-| [Telegram](https://github.com/Soulter/astrbot_plugin_telegram) | ✔ | Private/Group chats | Text, Images |
-| [WeChat Work](https://github.com/Soulter/astrbot_plugin_wecom) | ✔ | Private chats | Text, Images, Voice |
+| [Telegram](https://github.com/AstrBotDevs/AstrBot_plugin_telegram) | ✔ | Private/Group chats | Text, Images |
+| [WeChat Work](https://github.com/AstrBotDevs/AstrBot_plugin_wecom) | ✔ | Private chats | Text, Images, Voice |
| Feishu | ✔ | Group chats | Text, Images |
| WeChat Open Platform | 🚧 | Planned | - |
| Discord | 🚧 | Planned | - |
@@ -157,7 +157,7 @@ _✨ Built-in Web Chat Interface ✨_