Merged revisions 78581 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78581 | michael.foord | 2010-03-02 15:22:15 +0100 (Di, 02 Mär 2010) | 1 line
Link correction in documentation.
........
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index d012c94..dc5f239 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -92,7 +92,7 @@
.. seealso::
- http://www.pysqlite.org
+ http://code.google.com/p/pysqlite/
The pysqlite web page -- sqlite3 is developed externally under the name
"pysqlite".