Skip to content

Commit 07807f7

Browse files
authored
Update README.md
1 parent 7fd0ee3 commit 07807f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Why
5454
---
5555
Why would you want to use this extension versus just using MySQLdb by itself?
5656
The only reason is that the extension was made using Flask's best practices in relation
57-
to resources that need caching on the [app context](http://flask.pocoo.org/docs/0.12/appcontext/#context-usage).
57+
to resources that need caching on the [app context](https://flask.palletsprojects.com/en/2.0.x/appcontext/).
5858
What that means is that the extension will manage creating and teardown the connection to MySQL
5959
for you while with if you were just using MySQLdb you would have to do it yourself.
6060

0 commit comments

Comments
 (0)