diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index d52cbb0b246..f31912a799b 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".