summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-09-24 00:19:11 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-09-24 00:24:12 +0300
commitd4c1dc1169afb56e105576ace351c0efe069cc47 (patch)
tree578bb1464400ec2f9ef515750ba6d707996d617a
parent8f3aaabf2db7f35556ee2bcf0d8e0af0695ab6a8 (diff)
downloadapscheduler-d4c1dc1169afb56e105576ace351c0efe069cc47.tar.gz
Fixed links to point to the 3.x branch
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 04ef709..4e2def9 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,8 @@
-.. image:: https://travis-ci.com/agronholm/apscheduler.svg?branch=master
+.. image:: https://travis-ci.com/agronholm/apscheduler.svg?branch=3.x
:target: https://travis-ci.com/agronholm/apscheduler
:alt: Build Status
-.. image:: https://coveralls.io/repos/github/agronholm/apscheduler/badge.svg?branch=master
- :target: https://coveralls.io/github/agronholm/apscheduler?branch=master
+.. 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
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code
@@ -57,13 +57,13 @@ There are third party solutions for integrating APScheduler with other framework
Documentation
-------------
-Documentation can be found `here <http://readthedocs.org/docs/apscheduler/en/latest/>`_.
+Documentation can be found `here <https://apscheduler.readthedocs.io/>`_.
Source
------
-The source can be browsed at `Github <https://github.com/agronholm/apscheduler>`_.
+The source can be browsed at `Github <https://github.com/agronholm/apscheduler/tree/3.x>`_.
Reporting bugs