Skip to content

Commit 1a7f8a8

Browse files
committed
update Flask, Bottle detail link
1 parent 69a1764 commit 1a7f8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ Python实现的数据库。
384384

385385
* [Django](http://hao.jobbole.com/django/):Python 界最流行的 web 框架。[官网](https://www.djangoproject.com/)
386386
* [awesome-django](https://github.com/rosarior/awesome-django)系列
387-
* Flask:一个 Python 微型框架。[官网](http://flask.pocoo.org/)
387+
* [Flask](http://hao.jobbole.com/flask/):一个 Python 微型框架。[官网](http://flask.pocoo.org/)
388388
* [awesome-flask](https://github.com/rosarior/awesome-django)系列
389389
* yramid:一个小巧,快速,接地气的开源Python web 框架。
390390
* [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)系列
391-
* Bottle:一个快速小巧,轻量级的 WSGI 微型 web 框架。[官网](http://bottlepy.org/docs/dev/index.html)
391+
* [Bottle](http://hao.jobbole.com/bottle/):一个快速小巧,轻量级的 WSGI 微型 web 框架。[官网](http://bottlepy.org/docs/dev/index.html)
392392
* CherryPy:一个极简的 Python web 框架,服从 HTTP/1.1 协议且具有WSGI 线程池。[官网](http://www.cherrypy.org/)
393393
* TurboGears:一个可以扩展为全栈解决方案的微型框架。[官网](http://www.turbogears.org/)
394394
* web.py:一个 Python 的 web 框架,既简单,又强大。[官网](http://webpy.org/)

0 commit comments

Comments
 (0)