diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c08b5e11..33c5c502 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -21,7 +21,7 @@
# 这些用户将被请求审查所有 PR
# =============================================================================
-* @tinkle-community @hzb1115 @tangmengqiu @mykelio1001 @Icyoung @SkywalkerJi
+* @NoFxAiOS @hzb1115 @tangmengqiu @mykelio1001 @Icyoung @SkywalkerJi
# =============================================================================
# Specific Component Owners | 特定组件所有者
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
index 5ab6caf5..bcb5a3e3 100644
--- a/.github/SECURITY.md
+++ b/.github/SECURITY.md
@@ -184,7 +184,7 @@ We follow a **coordinated disclosure** approach:
For security concerns, reach out via:
-- **Email**: Contact maintainers (see [GitHub profile](https://github.com/tinkle-community/nofx))
+- **Email**: Contact maintainers (see [GitHub profile](https://github.com/NoFxAiOS/nofx))
- **Twitter**: [@nofx_official](https://x.com/nofx_official) (DM open)
- **Telegram**: [NOFX Developer Community](https://t.me/nofx_dev_community)
- **GitHub**: Private security advisory (preferred for verified issues)
diff --git a/.github/workflows/pr-checks-advisory.yml.old b/.github/workflows/pr-checks-advisory.yml.old
index 2fb62b42..898fdc10 100644
--- a/.github/workflows/pr-checks-advisory.yml.old
+++ b/.github/workflows/pr-checks-advisory.yml.old
@@ -86,8 +86,8 @@ jobs:
comment += '- ⚠️ Point out issues\n';
comment += '- 💡 Give specific suggestions on how to fix\n\n';
comment += '**Learn more:**\n';
- comment += '- [Migration Guide](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n';
- comment += '- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)\n\n';
+ comment += '- [Migration Guide](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n';
+ comment += '- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)\n\n';
comment += '**Questions?** Just ask in the comments! We\'re here to help. 🙏\n\n';
comment += '---\n\n';
comment += '*This is an automated message. It won\'t affect your PR being merged.*';
diff --git a/.github/workflows/pr-checks-comment.yml b/.github/workflows/pr-checks-comment.yml
index 8e46508f..a756df22 100644
--- a/.github/workflows/pr-checks-comment.yml
+++ b/.github/workflows/pr-checks-comment.yml
@@ -256,11 +256,11 @@ jobs:
comment += '\n---\n\n';
comment += '### 📖 Resources\n\n';
- comment += '- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)\n';
- comment += '- [Migration Guide](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n\n';
+ comment += '- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)\n';
+ comment += '- [Migration Guide](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n\n';
comment += '**Questions?** Feel free to ask in the comments! 🙏\n\n';
comment += '---\n\n';
- comment += '*These checks are advisory and won\'t block your PR from being merged. This comment is automatically generated from [pr-checks-run.yml](https://github.com/tinkle-community/nofx/blob/dev/.github/workflows/pr-checks-run.yml).*';
+ comment += '*These checks are advisory and won\'t block your PR from being merged. This comment is automatically generated from [pr-checks-run.yml](https://github.com/NoFxAiOS/nofx/blob/dev/.github/workflows/pr-checks-run.yml).*';
// Post comment
await github.rest.issues.createComment({
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 063b7b4b..cacef741 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -196,7 +196,7 @@ When releasing a new version, move [Unreleased] items to a new version section w
- [Documentation](docs/README.md)
- [Contributing Guidelines](CONTRIBUTING.md)
- [Security Policy](SECURITY.md)
-- [GitHub Repository](https://github.com/tinkle-community/nofx)
+- [GitHub Repository](https://github.com/NoFxAiOS/nofx)
---
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 92c7840c..8bac65b6 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -196,7 +196,7 @@ NOFX 项目的所有重要更改都将记录在此文件中。
- [文档](docs/README.md)
- [贡献指南](CONTRIBUTING.md)
- [安全策略](SECURITY.md)
-- [GitHub 仓库](https://github.com/tinkle-community/nofx)
+- [GitHub 仓库](https://github.com/NoFxAiOS/nofx)
---
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 553a0399..78644b1a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -85,7 +85,7 @@ git clone https://github.com/YOUR_USERNAME/nofx.git
cd nofx
# Add upstream remote
-git remote add upstream https://github.com/tinkle-community/nofx.git
+git remote add upstream https://github.com/NoFxAiOS/nofx.git
```
### 2. Create a Feature Branch
@@ -440,7 +440,7 @@ Reviewers will check:
### How It Works
-1. Check [open bounty issues](https://github.com/tinkle-community/nofx/labels/bounty)
+1. Check [open bounty issues](https://github.com/NoFxAiOS/nofx/labels/bounty)
2. Comment to claim (first come, first served)
3. Complete work within deadline
4. Submit PR with bounty claim section filled
@@ -459,7 +459,7 @@ Reviewers will check:
## ❓ Questions?
- **General questions:** Join our [Telegram Community](https://t.me/nofx_dev_community)
-- **Technical questions:** Open a [Discussion](https://github.com/tinkle-community/nofx/discussions)
+- **Technical questions:** Open a [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
- **Security issues:** See [Security Policy](SECURITY.md)
- **Bug reports:** Use [Bug Report Template](.github/ISSUE_TEMPLATE/bug_report.md)
diff --git a/IMG_2515.PNG b/IMG_2515.PNG
deleted file mode 100644
index dcb73f9f..00000000
Binary files a/IMG_2515.PNG and /dev/null differ
diff --git a/README.ja.md b/README.ja.md
index 3807c242..bc7cfdab 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -352,7 +352,7 @@ sudo apt-get install libta-lib0-dev
### 2. プロジェクトをクローン
```bash
-git clone https://github.com/tinkle-community/nofx.git
+git clone https://github.com/NoFxAiOS/nofx.git
cd nofx
```
@@ -1314,7 +1314,7 @@ IssueとPull Requestを歓迎します!
### 🐛 技術サポート
-- **GitHub Issues**: [Issueを提出](https://github.com/tinkle-community/nofx/issues)
+- **GitHub Issues**: [Issueを提出](https://github.com/NoFxAiOS/nofx/issues)
- **開発者コミュニティ**: [Telegramグループ](https://t.me/nofx_dev_community)
---
@@ -1337,4 +1337,4 @@ IssueとPull Requestを歓迎します!
## ⭐ Star履歴
-[](https://star-history.com/#tinkle-community/nofx&Date)
+[](https://star-history.com/#NoFxAiOS/nofx&Date)
diff --git a/SECURITY.md b/SECURITY.md
index 1052d013..83441c1a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -188,7 +188,7 @@ git pull origin main
go build -o nofx
# Subscribe to security advisories
-# Watch GitHub releases: https://github.com/tinkle-community/nofx/releases
+# Watch GitHub releases: https://github.com/NoFxAiOS/nofx/releases
```
---
@@ -428,7 +428,7 @@ git pull origin main
go build -o nofx
# 订阅安全公告
-# 关注 GitHub 发布:https://github.com/tinkle-community/nofx/releases
+# 关注 GitHub 发布:https://github.com/NoFxAiOS/nofx/releases
```
---
diff --git a/docs/MIGRATION_GUIDE.md b/docs/MIGRATION_GUIDE.md
index 46bf6b48..d3430de3 100644
--- a/docs/MIGRATION_GUIDE.md
+++ b/docs/MIGRATION_GUIDE.md
@@ -143,7 +143,7 @@ Files GitHub needs to see:
```
**GitHub URLs automatically redirect!**
-- Old: `github.com/tinkle-community/nofx/blob/main/DOCKER_DEPLOY.en.md`
+- Old: `github.com/NoFxAiOS/nofx/blob/main/DOCKER_DEPLOY.en.md`
- Will redirect to: `github.com/.../docs/getting-started/docker-deploy.en.md`
## 🛠️ For Contributors
@@ -224,7 +224,7 @@ Closes #XXX
3. Ask in [Telegram](https://t.me/nofx_dev_community)
**Link broken?**
-- Report in [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- Report in [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
- We'll fix it ASAP!
**Want to contribute docs?**
diff --git a/docs/README.md b/docs/README.md
index 584b92f6..a939b9e0 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -58,7 +58,7 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
**Get Involved:**
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
-- 🐛 [Report Issues](https://github.com/tinkle-community/nofx/issues)
+- 🐛 [Report Issues](https://github.com/NoFxAiOS/nofx/issues)
---
@@ -122,8 +122,8 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
### I want to...
- 🚀 **Get started quickly** → [Getting Started](getting-started/README.md) / [快速开始](getting-started/README.zh-CN.md)
-- 🐛 **Report a bug** → [GitHub Issues](https://github.com/tinkle-community/nofx/issues/new)
-- 💡 **Suggest a feature** → [Feature Request](https://github.com/tinkle-community/nofx/issues/new?template=feature_request.md)
+- 🐛 **Report a bug** → [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues/new)
+- 💡 **Suggest a feature** → [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new?template=feature_request.md)
- 🔒 **Report security issue** → [Security Policy](../SECURITY.md)
- 💰 **Claim a bounty** → [Bounty Guide](community/bounty-guide.md)
- 🤝 **Contribute code** → [Contributing Guide](../CONTRIBUTING.md)
@@ -165,7 +165,7 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
1. **Search GitHub Issues** - Someone might have asked already
2. **Join Telegram** - [NOFX Developer Community](https://t.me/nofx_dev_community)
3. **Ask on Twitter** - Mention [@nofx_official](https://x.com/nofx_official)
-4. **Create an Issue** - [New Issue](https://github.com/tinkle-community/nofx/issues/new)
+4. **Create an Issue** - [New Issue](https://github.com/NoFxAiOS/nofx/issues/new)
---
@@ -186,4 +186,4 @@ Found an error or want to improve the docs?
---
**Last Updated:** 2025-11-01
-**Maintained by:** [Tinkle Community](https://github.com/tinkle-community)
+**Maintained by:** [NOFX Community](https://github.com/NoFxAiOS)
diff --git a/docs/community/HOW_TO_MIGRATE_YOUR_PR.md b/docs/community/HOW_TO_MIGRATE_YOUR_PR.md
index e237bf63..634b0863 100644
--- a/docs/community/HOW_TO_MIGRATE_YOUR_PR.md
+++ b/docs/community/HOW_TO_MIGRATE_YOUR_PR.md
@@ -83,7 +83,7 @@ If you prefer to do it manually:
```bash
# Add upstream if not already added
-git remote add upstream https://github.com/tinkle-community/nofx.git
+git remote add upstream https://github.com/NoFxAiOS/nofx.git
# Fetch latest changes
git fetch upstream
@@ -255,7 +255,7 @@ If the migration script doesn't work:
**Stuck on migration?**
- Comment on your PR
- Ask in [Telegram](https://t.me/nofx_dev_community)
-- Open a [Discussion](https://github.com/tinkle-community/nofx/discussions)
+- Open a [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
**We're here to help you succeed!** 🚀
diff --git a/docs/community/HOW_TO_MIGRATE_YOUR_PR.zh-CN.md b/docs/community/HOW_TO_MIGRATE_YOUR_PR.zh-CN.md
index 15700de6..f64a81be 100644
--- a/docs/community/HOW_TO_MIGRATE_YOUR_PR.zh-CN.md
+++ b/docs/community/HOW_TO_MIGRATE_YOUR_PR.zh-CN.md
@@ -83,7 +83,7 @@ git push -f origin
```bash
# 如果还没添加 upstream,添加它
-git remote add upstream https://github.com/tinkle-community/nofx.git
+git remote add upstream https://github.com/NoFxAiOS/nofx.git
# 获取最新更改
git fetch upstream
@@ -255,7 +255,7 @@ git push -f origin
**迁移遇到困难?**
- 在你的 PR 中评论
- 在 [Telegram](https://t.me/nofx_dev_community) 提问
-- 开启 [Discussion](https://github.com/tinkle-community/nofx/discussions)
+- 开启 [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
**我们在这里帮助你成功!** 🚀
diff --git a/docs/community/MIGRATION_ANNOUNCEMENT.md b/docs/community/MIGRATION_ANNOUNCEMENT.md
index 63dc0ee4..86490c0b 100644
--- a/docs/community/MIGRATION_ANNOUNCEMENT.md
+++ b/docs/community/MIGRATION_ANNOUNCEMENT.md
@@ -246,7 +246,7 @@ Don't panic! We're here to help.
- Merge conflicts → Rebase on latest `dev`
**Need help?** Just ask! Comment in your PR or reach out:
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- [Telegram Community](https://t.me/nofx_dev_community)
---
@@ -323,11 +323,11 @@ This new system helps YOU by:
### Helpful Links
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit format
-- [Good First Issues](https://github.com/tinkle-community/nofx/labels/good%20first%20issue) - Beginner-friendly tasks
+- [Good First Issues](https://github.com/NoFxAiOS/nofx/labels/good%20first%20issue) - Beginner-friendly tasks
- [Bounty Program](../bounty-guide.md) - Get paid to contribute
### Get Help
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions) - Ask questions
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions) - Ask questions
- [Telegram](https://t.me/nofx_dev_community) - Community chat
- [Twitter](https://x.com/nofx_official) - Updates and announcements
@@ -341,7 +341,7 @@ This is a new system and we want YOUR input:
- 🤔 What concerns do you have?
- 💡 How can we improve?
-Share in the [Migration Feedback Discussion](https://github.com/tinkle-community/nofx/discussions) (link TBD)
+Share in the [Migration Feedback Discussion](https://github.com/NoFxAiOS/nofx/discussions) (link TBD)
---
diff --git a/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md b/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md
index ac2d0d62..de44624f 100644
--- a/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md
+++ b/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md
@@ -246,7 +246,7 @@ perf(ai): optimize prompt generation
- 合并冲突 → 基于最新 `dev` rebase
**需要帮助?** 只管问!在你的 PR 中评论或联系:
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- [Telegram 社区](https://t.me/nofx_dev_community)
---
@@ -323,11 +323,11 @@ perf(ai): optimize prompt generation
### 有用链接
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit 格式
-- [Good First Issues](https://github.com/tinkle-community/nofx/labels/good%20first%20issue) - 适合初学者的任务
+- [Good First Issues](https://github.com/NoFxAiOS/nofx/labels/good%20first%20issue) - 适合初学者的任务
- [悬赏计划](../bounty-guide.md) - 获得报酬来贡献
### 获取帮助
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions) - 提问
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions) - 提问
- [Telegram](https://t.me/nofx_dev_community) - 社区聊天
- [Twitter](https://x.com/nofx_official) - 更新和公告
@@ -341,7 +341,7 @@ perf(ai): optimize prompt generation
- 🤔 你有什么顾虑?
- 💡 我们如何改进?
-在[迁移反馈讨论](https://github.com/tinkle-community/nofx/discussions)中分享(链接待定)
+在[迁移反馈讨论](https://github.com/NoFxAiOS/nofx/discussions)中分享(链接待定)
---
diff --git a/docs/community/PR_COMMENT_TEMPLATE.md b/docs/community/PR_COMMENT_TEMPLATE.md
index 0b7a0729..ad69f5b8 100644
--- a/docs/community/PR_COMMENT_TEMPLATE.md
+++ b/docs/community/PR_COMMENT_TEMPLATE.md
@@ -49,8 +49,8 @@ git push origin
### 📖 Learn More
-- [Migration Announcement](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)
-- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)
+- [Migration Announcement](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)
+- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)
### ❓ Questions?
@@ -108,8 +108,8 @@ git push origin
### 📖 了解更多
-- [迁移公告](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
-- [贡献指南](https://github.com/tinkle-community/nofx/blob/dev/docs/i18n/zh-CN/CONTRIBUTING.md)
+- [迁移公告](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
+- [贡献指南](https://github.com/NoFxAiOS/nofx/blob/dev/docs/i18n/zh-CN/CONTRIBUTING.md)
### ❓ 问题?
@@ -136,7 +136,7 @@ We're introducing a new PR system. Your PR won't be blocked - we'll review it no
./scripts/pr-check.sh
```
-[Learn more](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!
+[Learn more](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!
```
---
@@ -159,7 +159,7 @@ We're introducing a new PR system. Your PR won't be blocked - we'll review it no
./scripts/pr-check.sh
\`\`\`
-[Learn more](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!"
+[Learn more](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!"
echo "✅ Commented on PR #$pr_number"
sleep 2 # Be nice to GitHub API
diff --git a/docs/community/README.md b/docs/community/README.md
index cd4f7dd3..3a3f9d68 100644
--- a/docs/community/README.md
+++ b/docs/community/README.md
@@ -28,14 +28,14 @@ We're introducing a new PR management system to improve code quality and make co
- [Security Policy](../../SECURITY.md) - Report vulnerabilities
2. **Find Something to Work On**
- - Browse [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+ - Browse [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
- Look for `good first issue` label
- Check out [bounty tasks](#-bounty-program)
3. **Join the Community**
- 💬 [Telegram Developer Community](https://t.me/nofx_dev_community)
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
- - 🐙 [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+ - 🐙 [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
---
@@ -139,7 +139,7 @@ NOFX offers bounties for valuable contributions:
| Platform | Purpose | Link |
|----------|---------|------|
| 💬 Telegram | Real-time chat, questions | [Join](https://t.me/nofx_dev_community) |
-| 🐙 GitHub | Issues, PRs, discussions | [Visit](https://github.com/tinkle-community/nofx) |
+| 🐙 GitHub | Issues, PRs, discussions | [Visit](https://github.com/NoFxAiOS/nofx) |
| 🐦 Twitter | Announcements, updates | [@nofx_official](https://x.com/nofx_official) |
### Core Team
@@ -228,10 +228,10 @@ NOFX offers bounties for valuable contributions:
| Metric | Count |
|--------|-------|
-| GitHub Stars | Check [repo](https://github.com/tinkle-community/nofx) |
+| GitHub Stars | Check [repo](https://github.com/NoFxAiOS/nofx) |
| Contributors | 21+ |
-| Open Issues | Check [issues](https://github.com/tinkle-community/nofx/issues) |
-| Merged PRs | Check [pulls](https://github.com/tinkle-community/nofx/pulls?q=is%3Apr+is%3Amerged) |
+| Open Issues | Check [issues](https://github.com/NoFxAiOS/nofx/issues) |
+| Merged PRs | Check [pulls](https://github.com/NoFxAiOS/nofx/pulls?q=is%3Apr+is%3Amerged) |
---
diff --git a/docs/community/bounty-guide.md b/docs/community/bounty-guide.md
index 326ab726..cb7f1517 100644
--- a/docs/community/bounty-guide.md
+++ b/docs/community/bounty-guide.md
@@ -6,7 +6,7 @@
1. **访问项目 Issues 页面**
```
- https://github.com/tinkle-community/nofx/issues
+ https://github.com/NoFxAiOS/nofx/issues
```
2. **点击 "New Issue" 按钮**
@@ -215,7 +215,7 @@ Details: [详情链接]
## 📞 需要帮助?
-- **GitHub Issues**: https://github.com/tinkle-community/nofx/issues
+- **GitHub Issues**: https://github.com/NoFxAiOS/nofx/issues
- **Telegram**: https://t.me/nofx_dev_community
- **Twitter/X**: [@Web3Tinkle](https://x.com/Web3Tinkle)
diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md
index 70156f2d..1f79a75f 100644
--- a/docs/getting-started/README.md
+++ b/docs/getting-started/README.md
@@ -115,7 +115,7 @@ For single-tenant/self-hosted usage, you can enable strict admin-only access:
**Need more help?**
- 📖 [FAQ](../guides/faq.zh-CN.md)
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
-- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
---
diff --git a/docs/getting-started/README.zh-CN.md b/docs/getting-started/README.zh-CN.md
index 2e333e5c..93054222 100644
--- a/docs/getting-started/README.zh-CN.md
+++ b/docs/getting-started/README.zh-CN.md
@@ -96,7 +96,7 @@ cp config.json.example config.json
**需要更多帮助?**
- 📖 [常见问题](../guides/faq.zh-CN.md)
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
-- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
---
diff --git a/docs/guides/README.md b/docs/guides/README.md
index cb72f86f..7ee47990 100644
--- a/docs/guides/README.md
+++ b/docs/guides/README.md
@@ -130,7 +130,7 @@ Run multiple AI models simultaneously:
**Can't find what you need?**
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
-- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
---
diff --git a/docs/guides/README.zh-CN.md b/docs/guides/README.zh-CN.md
index aa7d4306..f772e421 100644
--- a/docs/guides/README.zh-CN.md
+++ b/docs/guides/README.zh-CN.md
@@ -129,7 +129,7 @@ sudo apt-get install libta-lib0-dev
**找不到您需要的内容?**
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
-- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
---
diff --git a/docs/guides/TROUBLESHOOTING.md b/docs/guides/TROUBLESHOOTING.md
index 0094ca6a..e13fbf37 100644
--- a/docs/guides/TROUBLESHOOTING.md
+++ b/docs/guides/TROUBLESHOOTING.md
@@ -226,7 +226,7 @@ docker info | grep -A 10 "Registry Mirrors"
# Should show your configured mirrors
```
-**Related Issue:** [#168](https://github.com/tinkle-community/nofx/issues/168)
+**Related Issue:** [#168](https://github.com/NoFxAiOS/nofx/issues/168)
---
@@ -340,7 +340,7 @@ Binance has strict API rate limits:
- Reduce number of traders
- Increase decision interval (e.g., from 1min to 3-5min)
-**Related Issue:** [#60](https://github.com/tinkle-community/nofx/issues/60)
+**Related Issue:** [#60](https://github.com/NoFxAiOS/nofx/issues/60)
---
@@ -559,7 +559,7 @@ If you've tried all the above and still have problems:
3. **Join Community:**
- [Telegram Developer Community](https://t.me/nofx_dev_community)
- - [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+ - [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
---
diff --git a/docs/guides/TROUBLESHOOTING.zh-CN.md b/docs/guides/TROUBLESHOOTING.zh-CN.md
index ca140d96..7909f355 100644
--- a/docs/guides/TROUBLESHOOTING.zh-CN.md
+++ b/docs/guides/TROUBLESHOOTING.zh-CN.md
@@ -226,7 +226,7 @@ docker info | grep -A 10 "Registry Mirrors"
# 应该显示你配置的镜像源
```
-**相关 Issue:** [#168](https://github.com/tinkle-community/nofx/issues/168)
+**相关 Issue:** [#168](https://github.com/NoFxAiOS/nofx/issues/168)
---
@@ -340,7 +340,7 @@ environment:
- 减少交易员数量
- 增加决策间隔时间(例如从 1 分钟改为 3-5 分钟)
-**相关 Issue:** [#60](https://github.com/tinkle-community/nofx/issues/60)
+**相关 Issue:** [#60](https://github.com/NoFxAiOS/nofx/issues/60)
---
@@ -559,7 +559,7 @@ docker compose exec postgres \
3. **加入社区:**
- [Telegram 开发者社区](https://t.me/nofx_dev_community)
- - [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+ - [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
---
diff --git a/docs/guides/faq.en.md b/docs/guides/faq.en.md
index 644de323..652b72d6 100644
--- a/docs/guides/faq.en.md
+++ b/docs/guides/faq.en.md
@@ -80,7 +80,7 @@ Default: **3 positions**. This is a soft limit defined in the AI prompt, not har
**Why**: NOFX uses `PositionSide(LONG/SHORT)` which requires Hedge Mode.
-See [Issue #202](https://github.com/tinkle-community/nofx/issues/202) and [Troubleshooting Guide](TROUBLESHOOTING.md#-only-opening-short-positions-issue-202).
+See [Issue #202](https://github.com/NoFxAiOS/nofx/issues/202) and [Troubleshooting Guide](TROUBLESHOOTING.md#-only-opening-short-positions-issue-202).
---
@@ -178,13 +178,13 @@ See the comprehensive [Troubleshooting Guide](TROUBLESHOOTING.md) for:
### How do I report a bug?
1. Check [Troubleshooting Guide](TROUBLESHOOTING.md) first
-2. Search [existing issues](https://github.com/tinkle-community/nofx/issues)
+2. Search [existing issues](https://github.com/NoFxAiOS/nofx/issues)
3. If not found, use our [Bug Report Template](../../.github/ISSUE_TEMPLATE/bug_report.md)
### Where can I get help?
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- [Telegram Community](https://t.me/nofx_dev_community)
-- [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
---
@@ -198,7 +198,7 @@ Yes! We welcome contributions:
- See [Contributing Guide](../CONTRIBUTING.md)
### How do I suggest new features?
-Open a [Feature Request](https://github.com/tinkle-community/nofx/issues/new/choose) with your idea!
+Open a [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new/choose) with your idea!
---
diff --git a/docs/guides/faq.zh-CN.md b/docs/guides/faq.zh-CN.md
index b33a4282..13b7a020 100644
--- a/docs/guides/faq.zh-CN.md
+++ b/docs/guides/faq.zh-CN.md
@@ -80,7 +80,7 @@ AI 交易是**实验性**的,**不保证盈利**。请始终用小额资金测
**原因**:NOFX 使用 `PositionSide(LONG/SHORT)`,需要双向持仓模式。
-参见 [Issue #202](https://github.com/tinkle-community/nofx/issues/202) 和[故障排查指南](TROUBLESHOOTING.zh-CN.md#-只开空单-issue-202)。
+参见 [Issue #202](https://github.com/NoFxAiOS/nofx/issues/202) 和[故障排查指南](TROUBLESHOOTING.zh-CN.md#-只开空单-issue-202)。
---
@@ -178,13 +178,13 @@ docker compose exec postgres \
### 如何报告 Bug?
1. 先查看[故障排查指南](TROUBLESHOOTING.zh-CN.md)
-2. 搜索[现有 Issues](https://github.com/tinkle-community/nofx/issues)
+2. 搜索[现有 Issues](https://github.com/NoFxAiOS/nofx/issues)
3. 如果没找到,使用我们的 [Bug 报告模板](../../.github/ISSUE_TEMPLATE/bug_report.md)
### 在哪里可以获得帮助?
-- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- [Telegram 社区](https://t.me/nofx_dev_community)
-- [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
+- [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
---
@@ -198,7 +198,7 @@ docker compose exec postgres \
- 查看[贡献指南](../CONTRIBUTING.md)
### 如何建议新功能?
-提交 [Feature Request](https://github.com/tinkle-community/nofx/issues/new/choose) 说明您的想法!
+提交 [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new/choose) 说明您的想法!
---
diff --git a/docs/i18n/README.md b/docs/i18n/README.md
index 5608ada7..0ab61fa9 100644
--- a/docs/i18n/README.md
+++ b/docs/i18n/README.md
@@ -219,7 +219,7 @@ faq.zh-CN.md → Chinese FAQ
**Questions? / 有问题?**
- 💬 Ask in [Telegram Community](https://t.me/nofx_dev_community)
-- 🐙 Open a [GitHub Issue](https://github.com/tinkle-community/nofx/issues)
+- 🐙 Open a [GitHub Issue](https://github.com/NoFxAiOS/nofx/issues)
- 📧 Contact maintainers
**Resources / 资源:**
diff --git a/docs/i18n/zh-CN/CONTRIBUTING.md b/docs/i18n/zh-CN/CONTRIBUTING.md
index 7077f198..4a227dbf 100644
--- a/docs/i18n/zh-CN/CONTRIBUTING.md
+++ b/docs/i18n/zh-CN/CONTRIBUTING.md
@@ -87,7 +87,7 @@ git clone https://github.com/YOUR_USERNAME/nofx.git
cd nofx
# 添加 upstream remote
-git remote add upstream https://github.com/tinkle-community/nofx.git
+git remote add upstream https://github.com/NoFxAiOS/nofx.git
```
### 2. 创建功能分支
@@ -442,7 +442,7 @@ docs: update Docker deployment guide
### 工作方式
-1. 查看[悬赏 issue](https://github.com/tinkle-community/nofx/labels/bounty)
+1. 查看[悬赏 issue](https://github.com/NoFxAiOS/nofx/labels/bounty)
2. 评论认领(先到先得)
3. 在截止日期前完成工作
4. 提交 PR 并填写悬赏认领部分
@@ -461,7 +461,7 @@ docs: update Docker deployment guide
## ❓ 问题?
- **一般问题:** 加入我们的 [Telegram 社区](https://t.me/nofx_dev_community)
-- **技术问题:** 开启[讨论](https://github.com/tinkle-community/nofx/discussions)
+- **技术问题:** 开启[讨论](https://github.com/NoFxAiOS/nofx/discussions)
- **安全问题:** 查看[安全政策](../../../SECURITY.md)
- **Bug 报告:** 使用 [Bug 报告模板](../../../.github/ISSUE_TEMPLATE/bug_report.md)
diff --git a/docs/maintainers/README.md b/docs/maintainers/README.md
index c2690e30..61404381 100644
--- a/docs/maintainers/README.md
+++ b/docs/maintainers/README.md
@@ -42,7 +42,7 @@ Everything here is transparent and designed to help you contribute successfully!
## 📞 Questions?
-- **Public questions:** Use [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- **Public questions:** Use [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- **Maintainer questions:** Use the maintainer channel
- **Migration questions:** See [Migration Announcement](../community/MIGRATION_ANNOUNCEMENT.md)
diff --git a/docs/maintainers/README.zh-CN.md b/docs/maintainers/README.zh-CN.md
index e28ac56b..3794c2c1 100644
--- a/docs/maintainers/README.zh-CN.md
+++ b/docs/maintainers/README.zh-CN.md
@@ -42,7 +42,7 @@
## 📞 问题?
-- **公开问题:** 使用 [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
+- **公开问题:** 使用 [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
- **维护者问题:** 使用维护者频道
- **迁移问题:** 查看[迁移公告](../community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
diff --git a/img.png b/img.png
deleted file mode 100644
index 6f3f14c2..00000000
Binary files a/img.png and /dev/null differ
diff --git a/scripts/pr-check.sh b/scripts/pr-check.sh
index 09487f75..277254d7 100755
--- a/scripts/pr-check.sh
+++ b/scripts/pr-check.sh
@@ -81,7 +81,7 @@ fi
if ! git remote | grep -q "^upstream$"; then
log_warning "Upstream remote not found"
log_suggestion "Add upstream remote:"
- log_command "git remote add upstream https://github.com/tinkle-community/nofx.git"
+ log_command "git remote add upstream https://github.com/NoFxAiOS/nofx.git"
echo ""
fi
@@ -347,7 +347,7 @@ echo " ✅ UI/UX improvements"
echo " ✅ Performance optimizations"
echo " ✅ Bug fixes"
echo ""
-log_suggestion "Check roadmap: https://github.com/tinkle-community/nofx/blob/dev/docs/roadmap/README.md"
+log_suggestion "Check roadmap: https://github.com/NoFxAiOS/nofx/blob/dev/docs/roadmap/README.md"
echo ""
# ═══════════════════════════════════════════
@@ -402,8 +402,8 @@ fi
echo ""
echo "📚 Resources:"
-echo " - Contributing Guide: https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md"
-echo " - Migration Guide: https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md"
+echo " - Contributing Guide: https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md"
+echo " - Migration Guide: https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md"
echo ""
# Cleanup temp files
diff --git a/scripts/pr-fix.sh b/scripts/pr-fix.sh
index 319a498d..f643cd56 100755
--- a/scripts/pr-fix.sh
+++ b/scripts/pr-fix.sh
@@ -104,7 +104,7 @@ log_info "Step 1: Verifying upstream sync..."
# Check if upstream remote exists
if ! git remote | grep -q "^upstream$"; then
log_warning "Upstream remote not found. Adding it..."
- git remote add upstream https://github.com/tinkle-community/nofx.git
+ git remote add upstream https://github.com/NoFxAiOS/nofx.git
git fetch upstream
log_success "Added upstream remote"
fi
diff --git a/web/src/components/faq/FAQLayout.tsx b/web/src/components/faq/FAQLayout.tsx
index a2367fcf..22aa0cfd 100644
--- a/web/src/components/faq/FAQLayout.tsx
+++ b/web/src/components/faq/FAQLayout.tsx
@@ -151,7 +151,7 @@ export function FAQLayout({ language }: FAQLayoutProps) {
btoa(s)
const ENCODED_LINKS = {
twitter: 'aHR0cHM6Ly94LmNvbS9ub2Z4X29mZmljaWFs', // https://x.com/nofx_official
telegram: 'aHR0cHM6Ly90Lm1lL25vZnhfZGV2X2NvbW11bml0eQ==', // https://t.me/nofx_dev_community
- github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/tinkle-community/nofx
+ github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/NoFxAiOS/nofx
}
// Integrity checksums (simple hash)
@@ -41,7 +41,7 @@ function getVerifiedLink(key: keyof typeof ENCODED_LINKS): string {
const fallbacks: Record = {
twitter: 'https://x.com/nofx_official',
telegram: 'https://t.me/nofx_dev_community',
- github: 'https://github.com/tinkle-community/nofx',
+ github: 'https://github.com/NoFxAiOS/nofx',
}
return fallbacks[key] || ''
}
diff --git a/web/src/i18n/translations.ts b/web/src/i18n/translations.ts
index e8ddb5c1..50c866a0 100644
--- a/web/src/i18n/translations.ts
+++ b/web/src/i18n/translations.ts
@@ -750,7 +750,7 @@ export const translations = {
'Four simple steps to start your AI automated trading journey',
step1Title: 'Clone GitHub Repository',
step1Desc:
- 'git clone https://github.com/tinkle-community/nofx and switch to dev branch to test new features.',
+ 'git clone https://github.com/NoFxAiOS/nofx and switch to dev branch to test new features.',
step2Title: 'Configure Environment',
step2Desc:
'Frontend setup for exchange APIs (like Binance, Hyperliquid), AI models and custom prompts.',
@@ -1858,7 +1858,7 @@ export const translations = {
fourSimpleSteps: '四个简单步骤,开启 AI 自动交易之旅',
step1Title: '拉取 GitHub 仓库',
step1Desc:
- 'git clone https://github.com/tinkle-community/nofx 并切换到 dev 分支测试新功能。',
+ 'git clone https://github.com/NoFxAiOS/nofx 并切换到 dev 分支测试新功能。',
step2Title: '配置环境',
step2Desc:
'前端设置交易所 API(如 Binance、Hyperliquid)、AI 模型和自定义提示词。',