From 2c9c269284aa0738d917af8f60e4552a3100d898 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Jun 2013 12:32:12 +0100 Subject: [PATCH] Fixed a broken reference --- docs/tutorial/dbcon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/dbcon.rst b/docs/tutorial/dbcon.rst index 7042e6806e..837983e40e 100644 --- a/docs/tutorial/dbcon.rst +++ b/docs/tutorial/dbcon.rst @@ -40,7 +40,7 @@ things on other objects because this would not work with threaded environments. That special :data:`~flask.g` object does some magic behind the scenes to ensure it does the right thing. -For an even better way to handle such resources see the :ref:`slite3` +For an even better way to handle such resources see the :ref:`sqlite3` documentation. Continue to :ref:`tutorial-views`.