summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:18:32 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:18:32 -0800
commitf1eeba225d961a1c8560af61f631972ee283c037 (patch)
treed0fcf4139913fb31e7777181cd52e25d1daa83b9
parent8f7d4b8c50cdbb5415703fa2215638f7d65e9f41 (diff)
downloadnatsort-f1eeba225d961a1c8560af61f631972ee283c037.tar.gz
Point links to wiki documentation
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 79ed3ae..77d34e9 100644
--- a/README.rst
+++ b/README.rst
@@ -492,16 +492,16 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_.
.. _"extras" notation" https://packaging.python.org/tutorials/installing-packages/#installing-setuptools-extras
.. _PyICU: https://pypi.org/project/PyICU
.. _tox: https://tox.readthedocs.io/en/latest/
-.. _Examples and Recipes: https://natsort.readthedocs.io/en/stable/examples.html
-.. _How Does Natsort Work?: https://natsort.readthedocs.io/en/stable/howitworks.html
+.. _Examples and Recipes: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes
+.. _How Does Natsort Work?: https://github.com/SethMMorton/natsort/wiki/How-Does-Natsort-Work%3F
.. _API: https://natsort.readthedocs.io/en/stable/api.html
.. _on GitHub: https://github.com/SethMMorton/natsort/blob/master/CHANGELOG.md
.. _in the documentation: https://natsort.readthedocs.io/en/stable/changelog.html
.. _file an issue: https://github.com/SethMMorton/natsort/issues/new
.. _look at this issue describing how to debug: https://github.com/SethMMorton/natsort/issues/13#issuecomment-50422375
-.. _controlling the case-sensitivity: https://natsort.readthedocs.io/en/stable/examples.html#case-sort
-.. _sorting file paths correctly: https://natsort.readthedocs.io/en/stable/examples.html#path-sort
-.. _allow custom sorting keys: https://natsort.readthedocs.io/en/stable/examples.html#custom-sort
-.. _accounting for units: https://natsort.readthedocs.io/en/stable/examples.html#accounting-for-units-when-sorting
-.. _these version sorting examples: https://natsort.readthedocs.io/en/stable/examples.html#rc-sorting
-.. _locale issues: https://natsort.readthedocs.io/en/stable/locale_issues.html \ No newline at end of file
+.. _controlling the case-sensitivity: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#controlling-case-when-sorting
+.. _sorting file paths correctly: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#sort-os-generated-paths
+.. _allow custom sorting keys: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#using-a-custom-sorting-key
+.. _accounting for units: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#accounting-for-units-when-sorting
+.. _these version sorting examples: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#sorting-more-expressive-versioning-schemes
+.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE \ No newline at end of file