diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 2 | ||||
| -rw-r--r-- | docs/topics/db/queries.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 735a9bb66c..96eebb6635 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 ------------------------- |
