From: Benjamin Peterson Date: Thu, 16 Jan 2014 14:52:38 +0000 (-0500) Subject: update pysqlite website (closes #20278) X-Git-Tag: v2.7.8~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09421f82eb1394c4df933f8796ff668eb59f2492;p=python update pysqlite website (closes #20278) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index d52cbb0b24..f31912a799 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -97,7 +97,7 @@ This example uses the iterator form:: .. seealso:: - http://code.google.com/p/pysqlite/ + https://github.com/ghaering/pysqlite The pysqlite web page -- sqlite3 is developed externally under the name "pysqlite".