← 返回首页
fix broken link that had its url changed. dont people use redirects a… · pythonthings/fullstackpython.com@2c5fa9a · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 2c5fa9a

Browse files
committed
fix broken link that had its url changed. dont people use redirects anymore??
1 parent 0ded28d commit 2c5fa9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎content/pages/07-web-development/27-celery.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ then dive into these specific Celery tutorials.
101101
is a straightforward tutorial for setting up the Celery task queue for
102102
Django web applications using the Redis broker on the back end.
103103

104-
* [A Guide to Sending Scheduled Reports Via Email Using Django And Celery](https://hashedin.com/2017/05/30/email-scheduled-reports-with-django/)
104+
* [A Guide to Sending Scheduled Reports Via Email Using Django And Celery](https://hashedin.com/a-guide-to-sending-scheduled-reports-via-email-using-django-and-celery/)
105105
shows you how to use
106106
[django-celery](https://github.com/celery/django-celery)
107107
in your application. Note however there are other ways of integrating

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.