diff options
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 8a3bc4b16a..1877bc19de 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -424,11 +424,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 |
