Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ automan: a simple automation framework
.. |CI Status| image:: https://github.com/pypr/automan/actions/workflows/tests.yml/badge.svg
:target: https://github.com/pypr/automan/actions

.. |Coverage Status| image:: https://codecov.io/gh/pypr/automan/branch/master/graph/badge.svg
.. |Coverage Status| image:: https://codecov.io/gh/pypr/automan/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pypr/automan

.. |Documentation Status| image:: https://readthedocs.org/projects/automan/badge/?version=latest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ And then run::

If you just want to run the latest version and do not have ``git`` you can do this::

$ pip install https://github.com/pypr/automan/zipball/master
$ pip install https://github.com/pypr/automan/zipball/main

Once this is done, move on to the next section that provides a gentle tutorial
introduction to using automan.
Expand Down
Loading