From 7ef45b61e3752a84b395f5db15f03ce66ddb093c Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 19 Aug 2015 20:21:56 +0200 Subject: [PATCH] Updated README fixed some links --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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