summaryrefslogtreecommitdiff
path: root/Doc/library/dbm.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-26 19:37:12 +0100
committerGeorg Brandl <georg@python.org>2016-02-26 19:37:12 +0100
commit5af81e9e3f4754592b20fb70a1851c4809e129a1 (patch)
tree9d7b54629f8ce6b09d856ae7d6460f15f19d8f39 /Doc/library/dbm.rst
parent6ca77d9e2f624faaeb66a33a0bcdc2c1d0a0d896 (diff)
downloadcpython-5af81e9e3f4754592b20fb70a1851c4809e129a1.tar.gz
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
Diffstat (limited to 'Doc/library/dbm.rst')
-rw-r--r--Doc/library/dbm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst
index 3f3c43d438..5df9eab904 100644
--- a/Doc/library/dbm.rst
+++ b/Doc/library/dbm.rst
@@ -7,7 +7,7 @@
:mod:`dbm` is a generic interface to variants of the DBM database ---
:mod:`dbm.gnu` or :mod:`dbm.ndbm`. If none of these modules is installed, the
slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
-is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
+is a `third party interface <https://www.jcea.es/programacion/pybsddb.htm>`_ to
the Oracle Berkeley DB.