diff options
| author | Brett Cannon <brett@python.org> | 2018-04-17 15:19:29 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-17 20:24:27 -0400 |
| commit | 64b74804c537b12d4cca64f7cb529c0478b4c4d9 (patch) | |
| tree | 662013a0ddf0cd0e38eecba3e83c4a37615147d5 /docs/internals/contributing/writing-documentation.txt | |
| parent | b3cffde5559c4fa97625512d7ec41a674be26076 (diff) | |
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Diffstat (limited to 'docs/internals/contributing/writing-documentation.txt')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index a71a9126a4..47ea4c589c 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -474,11 +474,11 @@ Spelling check Before you commit your docs, it's a good idea to run the spelling checker. You'll need to install a couple packages first: -* `pyenchant <https://pypi.python.org/pypi/pyenchant/>`_ (which requires +* `pyenchant <https://pypi.org/project/pyenchant/>`_ (which requires `enchant <https://www.abisource.com/projects/enchant/>`_) * `sphinxcontrib-spelling - <https://pypi.python.org/pypi/sphinxcontrib-spelling/>`_ + <https://pypi.org/project/sphinxcontrib-spelling/>`_ Then from the ``docs`` directory, run ``make spelling``. Wrong words (if any) along with the file and line number where they occur will be saved to |
