diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-29 09:34:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 09:34:37 +0100 |
| commit | 0ac8ac8b0dece68072548900e992fc31493154c1 (patch) | |
| tree | 414ab8cbe71b9a956b3882e1b51f9c1371624460 /docs/internals | |
| parent | 4ca5c565f4dc9e97845036e86416abc5cfde766c (diff) | |
Refs #25778 -- Updated some links to HTTPS and new locations.
Diffstat (limited to 'docs/internals')
| -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 889a58e853..5036f30fe0 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -43,7 +43,7 @@ is based on docutils__. The basic idea is that lightly-formatted plain-text documentation is transformed into HTML, PDF, and any other output format. __ https://www.sphinx-doc.org/ -__ http://docutils.sourceforge.net/ +__ https://docutils.sourceforge.io/ To build the documentation locally, install Sphinx: |
