From 4201744b5949a2d9f91623edc8d84577b567cc7a Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 23 May 2025 17:38:18 +0530 Subject: [PATCH] Update references to master. --- README.rst | 2 +- docs/source/overview.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9f2f54b..c696dfc 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/source/overview.rst b/docs/source/overview.rst index edeb087..a4b3e1e 100644 --- a/docs/source/overview.rst +++ b/docs/source/overview.rst @@ -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.