summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:25:43 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:25:43 -0800
commit6150e1461e6d765d953222cd155cf60611e40ca6 (patch)
tree705ae3c0e0b62992f3e142d4e5f278c3da04a4a6
parent0949779e4e0d78b65b508a8cc2f37439e4663faf (diff)
downloadnatsort-6150e1461e6d765d953222cd155cf60611e40ca6.tar.gz
master -> main in the README
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index de64d99..425e124 100644
--- a/README.rst
+++ b/README.rst
@@ -8,12 +8,12 @@ natsort
:target: https://pypi.org/project/natsort/
.. image:: https://img.shields.io/pypi/l/natsort.svg
- :target: https://github.com/SethMMorton/natsort/blob/master/LICENSE
+ :target: https://github.com/SethMMorton/natsort/blob/main/LICENSE
.. image:: https://github.com/SethMMorton/natsort/workflows/Tests/badge.svg
:target: https://github.com/SethMMorton/natsort/actions
-.. image:: https://codecov.io/gh/SethMMorton/natsort/branch/master/graph/badge.svg
+.. image:: https://codecov.io/gh/SethMMorton/natsort/branch/main/graph/badge.svg
:target: https://codecov.io/gh/SethMMorton/natsort
Simple yet flexible natural sorting in Python.
@@ -496,7 +496,7 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_.
.. _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
+.. _on GitHub: https://github.com/SethMMorton/natsort/blob/main/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