Pārlūkot izejas kodu

Merge pull request #2665 from mikeumus/patch-1

django-celery link to it's docs
Omer Katz 10 gadi atpakaļ
vecāks
revīzija
6bf4664e07
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/django/first-steps-with-django.rst

+ 1 - 1
docs/django/first-steps-with-django.rst

@@ -136,7 +136,7 @@ concrete app instance:
 Using the Django ORM/Cache as a result backend.
 Using the Django ORM/Cache as a result backend.
 -----------------------------------------------
 -----------------------------------------------
 
 
-The ``django-celery`` library defines result backends that
+The [``django-celery``](https://github.com/celery/django-celery) library defines result backends that
 uses the Django ORM and Django Cache frameworks.
 uses the Django ORM and Django Cache frameworks.
 
 
 To use this with your project you need to follow these four steps:
 To use this with your project you need to follow these four steps: