Skip to content

Commit 0597778

Browse files
EO2875auvipy
authored andcommitted
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
1 parent 4fc6bc9 commit 0597778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Looking for sponsor for working on django 1.11 to 2.2 support https://github.com
1515

1616
--
1717

18-
.. warning::
18+
.. warning::
1919

2020
**THIS PROJECT IS ONLY REQUIRED IF YOU WANT TO USE DJANGO RESULT BACKEND
2121
AND ADMIN INTEGRATION**
2222

2323
Please follow the new tutorial at:
2424

25-
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
25+
https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html
2626

2727
django-celery provides Celery integration for Django; Using the Django ORM
2828
and cache backend for storing results, autodiscovery of task modules

0 commit comments

Comments
 (0)