Skip to content

Commit 9406912

Browse files
committed
fix: replace non-existent discussions link with issues page
The GitHub Discussions feature is not enabled for this repository. All discussion links now point to the Issues page instead.
1 parent 1c545d4 commit 9406912

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

docs/.vitepress/components/HomeContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ npm install && npm run build</code></pre>
129129
<h4>💬 社区</h4>
130130
<ul>
131131
<li><a href="https://github.com/Agions/taskflow-ai/issues" target="_blank">问题反馈</a></li>
132-
<li><a href="https://github.com/Agions/taskflow-ai/discussions" target="_blank">讨论区</a></li>
132+
<li><a href="https://github.com/Agions/taskflow-ai/issues" target="_blank">讨论区</a></li>
133133
<li><a href="/development/contributing">贡献指南</a></li>
134134
</ul>
135135
</div>

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ docs/
119119
│ ├── architecture.md # 架构设计
120120
│ ├── mcp-setup.md # MCP 配置
121121
│ ├── mcp-integration.md # MCP 集成
122-
started.md) · [查看示例](examples/example-prd.md) · [加入社区](https://github.com/Agions/taskflow-ai/discussions)
122+
started.md) · [查看示例](examples/example-prd.md) · [加入社区](https://github.com/Agions/taskflow-ai/issues)
123123
124124
</div>
125125
推出)
@@ -136,7 +136,7 @@ started.md) · [查看示例](examples/example-prd.md) · [加入社区](https:/
136136
137137
1. **报告问题**: 在 [GitHub Issues](https://github.com/Agions/taskflow-ai/issues) 提交
138138
2. **修改文档**: Fork 仓库,修改后提交 PR
139-
3. **参与讨论**: 在 [Discussions](https://github.com/Agions/taskflow-ai/discussions) 参与
139+
3. **参与讨论**: 在 [Discussions](https://github.com/Agions/taskflow-ai/issues) 参与
140140
141141
### 文档改进建议
142142
@@ -187,7 +187,7 @@ taskflow.init();
187187
- 📦 [NPM 包](https://www.npmjs.com/package/taskflow-ai)
188188

189189
### 社区资源
190-
- 💬 [GitHub Discussions](https://github.com/Agions/taskflow-ai/discussions)
190+
- 💬 [GitHub Discussions](https://github.com/Agions/taskflow-ai/issues)
191191
- 🐛 [问题反馈](https://github.com/Agions/askflow-ai';
192192

193193
const taskflow = new TaskFlow({

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ service.parsePRD(content, 'markdown');
269269

270270
- 🐛 [提交Bug报告](https://github.com/agions/taskflow-ai/issues/new?template=bug_report.md)
271271
- 💡 [功能建议](https://github.com/agions/taskflow-ai/issues/new?template=feature_request.md)
272-
- 💬 [社区讨论](https://github.com/agions/taskflow-ai/discussions)
272+
- 💬 [社区讨论](https://github.com/Agions/taskflow-ai/issues)
273273
- 📧 [邮件联系](mailto:1051736049@qq.com)
274274

275275

docs/deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ taskflow config validate
359359

360360
- **文档**: https://agions.github.io/taskflow-ai/
361361
- **GitHub Issues**: https://github.com/Agions/taskflow-ai/issues
362-
- **讨论区**: https://github.com/Agions/taskflow-ai/discussions
362+
- **讨论区**: https://github.com/Agions/taskflow-ai/issues
363363

364364
## 📚 相关文档
365365

docs/development/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ async parsePRD(
366366

367367
如果您在贡献过程中遇到问题,可以通过以下方式获取帮助:
368368

369-
- 💬 [GitHub Discussions](https://github.com/agions/taskflow-ai/discussions)
369+
- 💬 [GitHub Discussions](https://github.com/Agions/taskflow-ai/issues)
370370
- 🐛 [创建Issue](https://github.com/agions/taskflow-ai/issues/new)
371371

372372
## 📄 许可证

docs/development/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ A: 使用流式处理和分块解析,避免将整个文档加载到内存中
976976
## 获取帮助
977977

978978
- **GitHub Issues**: [https://github.com/Agions/taskflow-ai/issues](https://github.com/Agions/taskflow-ai/issues)
979-
- **GitHub Discussions**: [https://github.com/Agions/taskflow-ai/discussions](https://github.com/Agions/taskflow-ai/discussions)
979+
- **GitHub Discussions**: [https://github.com/Agions/taskflow-ai/issues](https://github.com/Agions/taskflow-ai/issues)
980980
- **Email**: agions@example.com
981981

982982
---

docs/editor-config/windsurf-trae-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,4 @@ npm run dev
535535
- 探索[高级配置选项](./advanced-configuration.md)
536536
- 学习[自定义工作流](./custom-workflows.md)
537537
- 查看[性能优化指南](./performance-optimization.md)
538-
- 参与[社区讨论](https://github.com/agions/taskflow-ai/discussions)
538+
- 参与[社区讨论](https://github.com/Agions/taskflow-ai/issues)

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ A: 获取帮助的途径:
324324

325325
1. **查看文档**[在线文档](https://agions.github.io/taskflow-ai)
326326
2. **GitHub Issues**[提交问题](https://github.com/agions/taskflow-ai/issues)
327-
3. **讨论区**[GitHub Discussions](https://github.com/agions/taskflow-ai/discussions)
327+
3. **讨论区**[GitHub Discussions](https://github.com/Agions/taskflow-ai/issues)
328328
4. **社区群组**:加入QQ群或微信群
329329
5. **邮件支持**:发送邮件到 1051736049@qq.com
330330

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ taskflow performance stats
392392
4. **获取帮助**
393393
- [故障排除指南](../troubleshooting/common-issues.md) - 常见问题解决
394394
- [GitHub Issues](https://github.com/agions/taskflow-ai/issues) - 报告问题
395-
- [讨论区](https://github.com/agions/taskflow-ai/discussions) - 社区交流
395+
- [讨论区](https://github.com/Agions/taskflow-ai/issues) - 社区交流
396396

397397
## 💡 小贴士
398398

@@ -404,7 +404,7 @@ taskflow performance stats
404404
## 🤝 加入社区
405405

406406
- **GitHub**: [Star 项目](https://github.com/agions/taskflow-ai) 支持我们
407-
- **讨论**: 参与 [GitHub Discussions](https://github.com/agions/taskflow-ai/discussions)
407+
- **讨论**: 参与 [GitHub Discussions](https://github.com/Agions/taskflow-ai/issues)
408408
- **贡献**: 查看 [贡献指南](../../CONTRIBUTING.md) 了解如何参与开发
409409

410410
---

docs/troubleshooting/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ taskflow --version
498498

499499
- **文档**: [https://agions.github.io/taskflow-ai](https://agions.github.io/taskflow-ai)
500500
- **GitHub Issues**: [https://github.com/agions/taskflow-ai/issues](https://github.com/agions/taskflow-ai/issues)
501-
- **讨论区**: [https://github.com/agions/taskflow-ai/discussions](https://github.com/agions/taskflow-ai/discussions)
501+
- **讨论区**: [https://github.com/Agions/taskflow-ai/issues](https://github.com/Agions/taskflow-ai/issues)
502502

503503
### 3. 社区支持
504504

0 commit comments

Comments
 (0)