From: Benjamin Peterson Date: Thu, 16 Jan 2014 14:52:38 +0000 (-0500) Subject: update pysqlite website (closes #20278) X-Git-Tag: v3.4.0b3~132^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=216e47d83424718325b45a730b7d764434764089;p=python update pysqlite website (closes #20278) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 0dc8b89164..8a50f87d14 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -91,7 +91,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".