From 8ce7416bea511462f3321513caeabf50bcb16c37 Mon Sep 17 00:00:00 2001 From: Jesus Vasquez Date: Tue, 11 Aug 2020 09:14:35 -0700 Subject: [PATCH] Update reference to the old master branch to main --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af62e3ba4..b6485bc68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pysmurf -[![Build Status](https://travis-ci.com/slaclab/pysmurf.svg?branch=master)](https://travis-ci.com/slaclab/pysmurf) [![Documentation Status](https://readthedocs.org/projects/pysmurf/badge/?version=master)](https://pysmurf.readthedocs.io/en/master/?badge=master) +[![Build Status](https://travis-ci.com/slaclab/pysmurf.svg?branch=main)](https://travis-ci.com/slaclab/pysmurf) [![Documentation Status](https://readthedocs.org/projects/pysmurf/badge/?version=main)](https://pysmurf.readthedocs.io/en/main/?badge=main) The python control software for SMuRF. Includes scripts to do low level commands as well as higher level analysis. @@ -28,6 +28,6 @@ make html Output will be located in `_build/html`. You can view the compiled documentation by opening `_build/html/index.html` in the browser of your choice. -The documentation is also updated to readthedocs here: https://pysmurf.readthedocs.io/en/master/ +The documentation is also updated to readthedocs here: https://pysmurf.readthedocs.io/en/main/ [1]: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html