summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2d082b1..e560d84 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
.. This file is included into docs/history.rst
-.. image:: https://secure.travis-ci.org/python-greenlet/greenlet.png
- :target: http://travis-ci.org/python-greenlet/greenlet
+.. image:: https://github.com/python-greenlet/greenlet/workflows/tests/badge.svg
+ :target: https://github.com/python-greenlet/greenlet/actions
Greenlets are lightweight coroutines for in-process concurrent
programming.