From 01f658644a7ee7cbff4ee5626d5894e9049ee8d5 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 20 May 2017 17:51:21 +0200 Subject: Updated various links in docs to avoid redirects Thanks Tim Graham and Mariusz Felisiak for review and completion. --- docs/topics/db/optimization.txt | 2 +- docs/topics/db/queries.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics/db') diff --git a/docs/topics/db/optimization.txt b/docs/topics/db/optimization.txt index 66326f2fb1..ea29108c0c 100644 --- a/docs/topics/db/optimization.txt +++ b/docs/topics/db/optimization.txt @@ -29,7 +29,7 @@ readability of your code. **All** of the suggestions below come with the caveat that in your circumstances the general principle might not apply, or might even be reversed. -.. _django-debug-toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar/ +.. _django-debug-toolbar: https://github.com/jazzband/django-debug-toolbar/ Use standard DB optimization techniques ======================================= diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 016aef9867..b95173773b 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -1088,7 +1088,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: http://users.rcn.com/python/download/Descriptor.htm +.. _descriptors: https://docs.python.org/3/howto/descriptor.html One-to-many relationships ------------------------- -- cgit v1.3