summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-02-10 00:15:56 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-02-10 00:15:56 +0200
commit885ed761917c49a2b5433f05112fb5e2e6d99302 (patch)
tree7b261c0a08515d19f1e276cb1d68f63d122e91a8
parent20808b11414c5d7621c88b394196c82770a7e3d4 (diff)
downloadapscheduler-885ed761917c49a2b5433f05112fb5e2e6d99302.tar.gz
Updated the badges
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4e2def9..71b8b69 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,12 @@
-.. image:: https://travis-ci.com/agronholm/apscheduler.svg?branch=3.x
- :target: https://travis-ci.com/agronholm/apscheduler
+.. image:: https://github.com/agronholm/apscheduler/workflows/Python%20codeqa/test/badge.svg?branch=3.x
+ :target: https://github.com/agronholm/apscheduler/actions?query=workflow%3A%22Python+codeqa%2Ftest%22+branch%3A3.x
:alt: Build Status
.. image:: https://coveralls.io/repos/github/agronholm/apscheduler/badge.svg?branch=3.x
:target: https://coveralls.io/github/agronholm/apscheduler?branch=3.x
:alt: Code Coverage
+.. image:: https://readthedocs.org/projects/apscheduler/badge/?version=3.x
+ :target: https://apscheduler.readthedocs.io/en/master/?badge=3.x
+ :alt: Documentation
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code
to be executed later, either just once or periodically. You can add new jobs or remove old ones on