From 6b578b541abe35319705a9a1a93c95ab6c6f0322 Mon Sep 17 00:00:00 2001 From: EO2875 <60835841+EO2875@users.noreply.github.com> Date: Tue, 5 Apr 2022 13:33:14 +0800 Subject: [PATCH] Replaced old Celery docs URL with new docs link The README.rst used to point to http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html , but that link directs to a 404. The new link is https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4ba3b0de..271bdea7 100644 --- a/README.rst +++ b/README.rst @@ -15,14 +15,14 @@ Looking for sponsor for working on django 1.11 to 2.2 support https://github.com -- -.. warning:: +.. warning:: **THIS PROJECT IS ONLY REQUIRED IF YOU WANT TO USE DJANGO RESULT BACKEND AND ADMIN INTEGRATION** Please follow the new tutorial at: - http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html + https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html django-celery provides Celery integration for Django; Using the Django ORM and cache backend for storing results, autodiscovery of task modules