-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from greyli/fix-urls
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 问题、讨论、分享和其他相关想法 | ||
url: https://github.com/greyli/helloflask/discussions | ||
url: https://codekitchen.community | ||
about: 如果是提问,请给出尽可能详细的相关信息(包括相关代码、命令、命令行输出、完整错误堆栈、操作系统/Python 版本/相关库版本等)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ HelloFlask 的 Meta 仓库,包含 HelloFlask 相关文档和示例程序。 | |
|
||
- 文档:<https://docs.helloflask.com> | ||
- 主站:<https://helloflask.com> | ||
- 论坛:<https://discuss.helloflask.com> | ||
- 论坛:<https://codekitchen.community> | ||
|
||
|
||
## Books | ||
|
@@ -21,7 +21,7 @@ HelloFlask 的 Meta 仓库,包含 HelloFlask 相关文档和示例程序。 | |
## Feedbacks | ||
|
||
- 勘误和建议:创建 [issue](https://github.com/greyli/helloflask/issues) 或发送邮件到 [email protected] | ||
- 问题求助 & 讨论:在[论坛](https://discuss.helloflask.com)、[GitHub Discussion](https://github.com/greyli/helloflask/discussions) 或[群聊](https://helloflask.com#discuss)创建讨论 | ||
- 问题求助 & 讨论:在[代码厨房论坛](https://codekitchen.community)创建讨论 | ||
|
||
|
||
## Docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2912e4c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow