summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2017-11-11 13:20:26 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2017-11-11 13:20:26 -0800
commit64c7335e39cb815231df11c07e14a2e94d520348 (patch)
treeb0e3587578ba07a18106c68d8ebcaaad6ea76fd9
parent718eaa91da9df92dc5486969806c9c68dde04fe9 (diff)
downloadnatsort-64c7335e39cb815231df11c07e14a2e94d520348.tar.gz
Fixed PyICU link in documentation.
-rw-r--r--docs/source/locale_issues.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/locale_issues.rst b/docs/source/locale_issues.rst
index 4068ca1..cd86e4c 100644
--- a/docs/source/locale_issues.rst
+++ b/docs/source/locale_issues.rst
@@ -52,7 +52,7 @@ library from the Python stdlib. If you do not have
`PyICU <https://pypi.org/project/PyICU>`_ installed, please keep the
following known problems and issues in mind.
-.. note:: Remember, if you have `PyICU <https://pypi.python.org/pypi/PyICU>`_
+.. note:: Remember, if you have `PyICU <https://pypi.org/project/PyICU>`_
installed you shouldn't need to worry about any of these.
Explicitly Set the Locale Before Using :func:`~natsort.humansorted` or ``ns.LOCALE``