diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-04-27 12:09:00 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-17 09:46:09 +0200 |
| commit | c156e369553c75a30c78b8ed54a57b1101865105 (patch) | |
| tree | da2e6df5ca94a1dea02bd24e9a68a0b3a89703a1 /docs/faq | |
| parent | 7c4ee487c7392a3a394caf62efad355fad639655 (diff) | |
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/general.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt index 128c0d9288..f984695d50 100644 --- a/docs/faq/general.txt +++ b/docs/faq/general.txt @@ -172,7 +172,7 @@ site is one module of Django the framework. Furthermore, although Django has special conveniences for building "CMS-y" apps, that doesn't mean it's not just as appropriate for building "non-CMS-y" apps (whatever that means!). -.. _Drupal: https://drupal.org/ +.. _Drupal: https://www.drupal.org/ How can I download the Django documentation to read it offline? =============================================================== @@ -197,7 +197,7 @@ software are still a matter of some debate. For example, `APA style`_, would dictate something like:: - Django (Version 1.5) [Computer Software]. (2013). Retrieved from https://djangoproject.com. + Django (Version 1.5) [Computer Software]. (2013). Retrieved from https://www.djangoproject.com/. However, the only true guide is what your publisher will accept, so get a copy of those guidelines and fill in the gaps as best you can. @@ -207,11 +207,11 @@ Foundation". If you need a publishing location, use "Lawrence, Kansas". -If you need a web address, use https://djangoproject.com. +If you need a web address, use https://www.djangoproject.com/. If you need a name, just use "Django", without any tagline. If you need a publication date, use the year of release of the version you're referencing (e.g., 2013 for v1.5) -.. _APA style: https://www.apastyle.org +.. _APA style: https://apastyle.apa.org/ |
