summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-22 18:30:38 -0700
committerClaude Paroz <claude@2xlibre.net>2018-09-25 10:19:42 +0200
commitad9a28ee38e3352b16cc6c9ae7f55f90c64710cc (patch)
tree558258c4662a685a4ce2acf894e61792eb6d8b13 /docs
parent3a3d159ab66c32dbf7331676267a04afa20857d0 (diff)
Refs #29784 -- Normalized Python docs links to omit the version.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt2
-rw-r--r--docs/topics/db/queries.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 1c885fa472..f196a9b846 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -515,7 +515,7 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
__friends = cached_property(get_friends, name='_Person__friends')
- __ https://docs.python.org/3/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
+ __ https://docs.python.org/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
.. function:: keep_lazy(func, *resultclasses)
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index 01bb0de7da..bb8b755297 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -1087,7 +1087,7 @@ For example, a ``Blog`` object ``b`` has access to a list of all related
All examples in this section use the sample ``Blog``, ``Author`` and ``Entry``
models defined at the top of this page.
-.. _descriptors: https://docs.python.org/3/howto/descriptor.html
+.. _descriptors: https://docs.python.org/howto/descriptor.html
One-to-many relationships
-------------------------