summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-05-20 17:51:21 +0200
committerClaude Paroz <claude@2xlibre.net>2017-05-22 19:28:44 +0200
commit01f658644a7ee7cbff4ee5626d5894e9049ee8d5 (patch)
treec8875c6258b9e08c313d3562ca9e6e8b3544b5d8 /docs/misc
parenta3ba2662cdaa36183fdfb8a26dfa157e26fca76a (diff)
Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/design-philosophies.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt
index 60e375718e..8c0cac554e 100644
--- a/docs/misc/design-philosophies.txt
+++ b/docs/misc/design-philosophies.txt
@@ -27,7 +27,7 @@ template system a programmer uses.
Although Django comes with a full stack for convenience, the pieces of the
stack are independent of another wherever possible.
-.. _`loose coupling and tight cohesion`: http://c2.com/cgi/wiki?CouplingAndCohesion
+.. _`loose coupling and tight cohesion`: http://wiki.c2.com/?CouplingAndCohesion
.. _less-code:
@@ -66,7 +66,7 @@ as possible.
The `discussion of DRY on the Portland Pattern Repository`__
- __ http://c2.com/cgi/wiki?DontRepeatYourself
+ __ http://wiki.c2.com/?DontRepeatYourself
.. _explicit-is-better-than-implicit:
@@ -110,7 +110,7 @@ it (its human-readable name, options like default ordering, etc.) are
defined in the model class; all the information needed to understand a
given model should be stored *in* the model.
-.. _`Active Record`: http://www.martinfowler.com/eaaCatalog/activeRecord.html
+.. _`Active Record`: https://www.martinfowler.com/eaaCatalog/activeRecord.html
Database API
============