diff --git a/README.rst b/README.rst
index c83bfd1..5ce57eb 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ Installation
- Make sure you have a `Redis `__ server running
somewhere
-Read the full documentation at `http://django-q.readthedocs.org `__
+Read the full documentation at `https://django-q.readthedocs.org `__
Configuration
@@ -84,7 +84,7 @@ All configuration settings are optional. e.g:
'db': 0, }
}
-For full configuration options, see the `configuration documentation `__.
+For full configuration options, see the `configuration documentation `__.
If you are using `django-redis `__ , you can `configure `__ Django Q to use its connection pool.
@@ -129,7 +129,7 @@ Use `async` from your code to quickly offload tasks:
def print_result(task):
print(task.result)
-For more info see `Tasks `__
+For more info see `Tasks `__
Schedule
@@ -168,7 +168,7 @@ Admin page or directly from your code:
repeats=24,
next_run=arrow.utcnow().replace(hour=18, minute=0))
-For more info check the `Schedules `__ documentation.
+For more info check the `Schedules `__ documentation.
Testing