diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-01-28 21:04:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 06:04:15 +0100 |
| commit | 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e (patch) | |
| tree | 89ed373d3bf4690e32f375cfbb0cfa32eb95d53a /docs/internals/contributing | |
| parent | 2633c5341e94083dd802c5961b97b048adbd5940 (diff) | |
Refs #25778 -- Updated sphinx-doc.org links to HTTPS.
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 3a049046fe..889a58e853 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -42,7 +42,7 @@ Django's documentation uses the Sphinx__ documentation system, which in turn is based on docutils__. The basic idea is that lightly-formatted plain-text documentation is transformed into HTML, PDF, and any other output format. -__ http://sphinx-doc.org/ +__ https://www.sphinx-doc.org/ __ http://docutils.sourceforge.net/ To build the documentation locally, install Sphinx: |
