diff options
| author | Adam Johnson <me@adamj.eu> | 2023-11-28 16:57:48 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-29 11:21:22 +0100 |
| commit | 272ceb9584a68c7df464e8633c02eb4f997da092 (patch) | |
| tree | 1435754076ee8c52358e0dc702cf18d63b3dd04d /docs/misc | |
| parent | 134cde8415b3a9118262ef4ea34cf798c258be03 (diff) | |
Refs #25778 -- Updated some links and references to HTTPS.
Diffstat (limited to 'docs/misc')
| -rw-r--r-- | docs/misc/design-philosophies.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt index 207685d556..99d01b413f 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://wiki.c2.com/?CouplingAndCohesion +.. _`loose coupling and tight cohesion`: https://wiki.c2.com/?CouplingAndCohesion .. _less-code: @@ -66,7 +66,7 @@ as possible. The `discussion of DRY on the Portland Pattern Repository`__ - __ http://wiki.c2.com/?DontRepeatYourself + __ https://wiki.c2.com/?DontRepeatYourself .. _explicit-is-better-than-implicit: |
