From 05d56d9f82c9c6b3f183e38eb887f5984870bf3a Mon Sep 17 00:00:00 2001 From: "Liu Qun (liuqun)" <517067180@qq.com> Date: Wed, 2 May 2018 09:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20SQLAlchemy=20=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update broken page URL for SQLAlchemy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0463b2..e375d81 100644 --- a/README.md +++ b/README.md @@ -639,7 +639,7 @@ * [Flask之旅](http://spacewander.github.io/explore-flask-zh/) * [Flask 扩展文档汇总](https://www.gitbook.com/book/wizardforcel/flask-extension-docs/details) * [Flask 大型教程](http://www.pythondoc.com/flask-mega-tutorial/index.html) - * [SQLAlchemy 中文文档](https://github.com/sixu05202004/sqlalchemy-docs-cn) + * [SQLAlchemy 中文文档](http://docs.jinkan.org/docs/flask-sqlalchemy/) * web.py * [web.py 0.3 新手指南](http://webpy.org/tutorial3.zh-cn) * [Web.py Cookbook 简体中文版](http://webpy.org/cookbook/index.zh-cn) -- GitLab