diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-14 16:58:22 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-25 11:44:21 -0500 |
| commit | 4f8b37042d3575ace22067dba09694adf8fb80c0 (patch) | |
| tree | 0d05f8ee95685f5e44d13db492a45f27fb3641cf | |
| parent | d82292fa1f902f014f763948996cf31a617d0a8e (diff) | |
README: point at status badge for github actions, and right branch
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 15e0c9678..347b8b8c6 100644 --- a/README.rst +++ b/README.rst @@ -210,8 +210,8 @@ The remaining port directories not listed above are in the repo to maintain comp `back to top <#circuitpython>`__ -.. |Build Status| image:: https://travis-ci.com/adafruit/circuitpython.svg?branch=master - :target: https://travis-ci.org/adafruit/circuitpython +.. |Build Status| image:: https://github.com/adafruit/circuitpython/workflows/Build%20CI/badge.svg + :target: https://github.com/adafruit/circuitpython/actions?query=branch%3Amain .. |Doc Status| image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest :target: http://circuitpython.readthedocs.io/ .. |Discord| image:: https://img.shields.io/discord/327254708534116352.svg |
