Skip to content

Commit 595adda

Browse files
committed
fix pyenchant link
1 parent 40e8acd commit 595adda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sources/installation/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ or 3.x (3.3 <= x)
1919
interpreter. If you want to enable features like windowing (i.e. open a Window),
2020
audio/video playback or spelling correction, additional dependencies must
2121
be available. For these, we recommend `Pygame <http://pygame.org>`_, `Gst-Python
22-
<http://www.gstreamer.net/modules/gst-python.html>`_ and `Enchant
23-
<http://www.rfk.id.au/software/pyenchant/>`_, respectively.
22+
<http://www.gstreamer.net/modules/gst-python.html>`_ and `PyEnchant
23+
<https://pythonhosted.org/pyenchant/>`_, respectively.
2424

2525
+--------------------------------------------------------------------------------------------------------------------------+
2626
| NOTE: Currently, packaging only works with Python 2.7. We are working on Python 3.3+ support, but for now if you plan to |
@@ -32,7 +32,7 @@ Other optional libraries (mutually independent) are:
3232
* `OpenCV 2.0 <http://sourceforge.net/projects/opencvlibrary/>`_ -- Camera input.
3333
* `PIL <http://www.pythonware.com/products/pil/index.htm>`_ -- Image and text display.
3434
* `PyCairo <http://www.cairographics.org/pycairo/>`_ -- Text display.
35-
* `PyEnchant <http://pythonhosted.org/pyenchant/>`_ -- Spelling correction.
35+
* `PyEnchant <https://pythonhosted.org/pyenchant/>`_ -- Spelling correction.
3636
* `PyGST <http://gstreamer.freedesktop.org/ + http://pygstdocs.berlios.de/>`_ -- Audio/video playback and camera input.
3737

3838

0 commit comments

Comments
 (0)