Skip to content

Commit 8304be3

Browse files
committed
Update helloflask forum links
1 parent 4051b46 commit 8304be3

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

chapters/challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* 更新到部署后的程序
1515
* 可以参考 [SayHello 源码](https://github.com/greyli/sayhello)
1616

17-
如果在完成这个挑战的过程中遇到了困难,可以在 [HelloFlask 论坛](https://discuss.helloflask.com)发起讨论(设置帖子分类为“Flask 入门教程”)。除此之外,你可以在后记查看更多讨论的去处。
17+
如果在完成这个挑战的过程中遇到了困难,可以在 [代码厨房社区](https://codekitchen.community)发起讨论(设置帖子分类为“Flask 入门教程”)。除此之外,你可以在后记查看更多讨论的去处。

chapters/postscript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## 留言 & 打卡
77

8-
欢迎前往 HelloFlask 论坛上的[这个主题](https://discuss.helloflask.com/t/topic/64) 或是[本书主页](http://helloflask.com/book/3)下方的留言区打卡纪念,欢迎分享你的心得体会、经验总结以及你部署在线上的 Watchlist 程序。如果你对这本书有改进建议,可以在[这个主题](https://discuss.helloflask.com/t/topic/502)留言反馈。
8+
欢迎前往代码厨房社区的[这个主题](https://codekitchen.community/t/topic/64) 或是[本书主页](http://helloflask.com/book/3)下方的留言区打卡纪念,欢迎分享你的心得体会、经验总结以及你部署在线上的 Watchlist 程序。如果你对这本书有改进建议,可以在[这个主题](https://codekitchen.community/t/topic/502)留言反馈。
99

1010

1111
## 进阶阅读
@@ -26,4 +26,4 @@
2626

2727
再或者,这个教程或许会升级为一本完整的书,使用类似的编写模式,引入一个更加丰富有趣的程序,包含优化后的入门知识和 Flask 进阶内容。
2828

29-
如果你期待这样一本进阶教程 / 书的出现,欢迎[让我知道](https://discuss.helloflask.com/t/topic/64)
29+
如果你期待这样一本进阶教程 / 书的出现,欢迎[让我知道](https://codekitchen.community/t/topic/64)

chapters/preface.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ Flask 是一个使用 Python 语言编写的 Web 框架,它可以让你高效
3131

3232
如果你想和其他同学交流 Flask、Web 开发等相关话题,或是在学习中遇到了问题,想要寻求帮助,下面是一些好去处:
3333

34-
* [HelloFlask 论坛](https://discuss.helloflask.com)(最容易获得回答)
34+
* [代码厨房社区](https://codekitchen.community)(最容易获得回答)
3535
* [HelloFlask QQ 群](http://shang.qq.com/wpa/qunwpa?idkey=3cbf3e3ede8252eb3ae584a356131123ed68a9f3bd5bcee0652b401914eb01bb)(419980814)
36-
* [HelloFlask 微信群](http://greyli.com/wechat/)
3736
* [HelloFlask Telegram 群组](https://t.me/helloflask)@helloflask
3837

3938

@@ -42,14 +41,14 @@ Flask 是一个使用 Python 语言编写的 Web 框架,它可以让你高效
4241
欢迎通过下面的方式提出反馈、建议和勘误:
4342

4443
* 在源码仓库[创建 Issue](https://github.com/helloflask/flask-tutorial/issues/new)
45-
*[HelloFlask 论坛](https://discuss.helloflask.com)发布帖子,并选择“Flask 入门教程”分类。
44+
*[代码厨房社区](https://codekitchen.community)发布帖子,并选择“Flask 入门教程”分类。
4645
*[HelloFlask 专栏](https://zhuanlan.zhihu.com/flask)对应的连载文章下面撰写评论。
4746

4847

4948
## 相关资源
5049

5150
* 本书主页:<http://helloflask.com/book/3>
52-
* 本书论坛:<https://discuss.helloflask.com>
51+
* 本书论坛:<https://codekitchen.community>
5352
* 本书源码:<https://github.com/helloflask/flask-tutorial>
5453
* 本书示例程序源码:<https://github.com/helloflask/watchlist>
5554
* 示例程序在线 Demo:<http://watchlist.helloflask.com>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ nav:
5454
- 教程主页↗: https://helloflask.com/book/3
5555
- 书稿源码↗: https://github.com/helloflask/flask-tutorial
5656
- 示例程序源码↗: https://github.com/helloflask/watchlist
57-
- HelloFlask 论坛: https://discuss.helloflask.com
57+
- 代码厨房社区: https://codekitchen.community
5858
plugins:
5959
- search
6060
extra_css:

0 commit comments

Comments
 (0)