summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-16 09:52:38 -0500
committerBenjamin Peterson <benjamin@python.org>2014-01-16 09:52:38 -0500
commit216e47d83424718325b45a730b7d764434764089 (patch)
tree00ed6f5142382510ca63ca3820394095db877909
parent16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (diff)
downloadcpython-git-216e47d83424718325b45a730b7d764434764089.tar.gz
update pysqlite website (closes #20278)
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
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".