Pārlūkot izejas kodu

Fixes ref calling -> guide_calling

Ask Solem 12 gadi atpakaļ
vecāks
revīzija
d8f932f5fa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/userguide/canvas.rst

+ 1 - 1
docs/userguide/canvas.rst

@@ -16,7 +16,7 @@ Subtasks
 .. versionadded:: 2.0
 .. versionadded:: 2.0
 
 
 You just learned how to call a task using the tasks ``delay`` method
 You just learned how to call a task using the tasks ``delay`` method
-in the :ref:`calling <calling>` guide, and this is often all you need,
+in the :ref:`calling <guide-calling>` guide, and this is often all you need,
 but sometimes you may want to pass the signature of a task invocation to
 but sometimes you may want to pass the signature of a task invocation to
 another process or as an argument to another function, for this Celery uses
 another process or as an argument to another function, for this Celery uses
 something called *subtasks*.
 something called *subtasks*.