diff --git a/README.md b/README.md index 413649a..2b74553 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ Django Scheduler ======== -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/llazzaro/django-scheduler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/llazzaro/django-scheduler) [](https://travis-ci.org/llazzaro/django-scheduler) [![Code Health](https://landscape.io/github/llazzaro/django-scheduler/master/landscape.svg?style=flat)](https://landscape.io/github/llazzaro/django-scheduler/master) [](https://coveralls.io/r/llazzaro/django-scheduler) [](https://pypi.python.org/pypi/django-scheduler) [](https://pypi.python.org/pypi/django-scheduler) [](https://github.com/llazzaro/django-scheduler/blob/master/LICENSE.txt) -[![Documentation Status](http://readthedocs.org/projects/django-scheduler/badge/?version=latest)](http://django-scheduler.readthedocs.org/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/django-scheduler/badge/)](https://django-scheduler.readthedocs.io/) A calendar app for Django @@ -22,7 +22,7 @@ Donate bitcoins to this project. Information ======== -* [Documentation](http://django-scheduler.readthedocs.org/en/latest/) +* [Documentation](https://django-scheduler.readthedocs.io/) * [Wiki](https://github.com/llazzaro/django-scheduler/wiki) * [Sample Project](https://github.com/llazzaro/django-scheduler-sample) diff --git a/schedule/models/rules.py b/schedule/models/rules.py index 3fa4bb6..61ad909 100644 --- a/schedule/models/rules.py +++ b/schedule/models/rules.py @@ -39,7 +39,7 @@ class Rule(with_metaclass(ModelBase, *get_model_bases('Rule'))): value = int[,int]* The options are: (documentation for these can be found at - http://labix.org/python-dateutil#head-470fa22b2db72000d7abe698a5783a46b0731b57) + https://dateutil.readthedocs.io/en/stable/rrule.html#module-dateutil.rrule ** count ** bysetpos ** bymonth diff --git a/schedule/widgets.py b/schedule/widgets.py index 9b91061..eefefa2 100644 --- a/schedule/widgets.py +++ b/schedule/widgets.py @@ -6,7 +6,7 @@ class SpectrumColorPicker(TextInput): """ - Based on Brian Grinstead's Spectrum - http://bgrins.github.com/spectrum/ + Based on Brian Grinstead's Spectrum - https://bgrins.github.io/spectrum/ """ class Media: css = {'all': ("//cdnjs.cloudflare.com/ajax/libs/spectrum/1.7.1/spectrum.css",)} diff --git a/tests/settings.py b/tests/settings.py index b7bb0d0..8d11520 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -72,7 +72,6 @@ ] # URL prefix for static files. -# Example: "http://example.com/static/", "http://static.example.com/" STATIC_URL = '/static/' STATICFILES_FINDERS = (