浏览代码

Fixes typo

Ask Solem 13 年之前
父节点
当前提交
813ce971e8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/getting-started/next-steps.rst

+ 2 - 2
docs/getting-started/next-steps.rst

@@ -185,7 +185,7 @@ is the task id.
 
 
 The ``delay`` and ``apply_async`` methods return an :class:`~@AsyncResult`
 The ``delay`` and ``apply_async`` methods return an :class:`~@AsyncResult`
 instance, which can be used to keep track of the tasks execution state.
 instance, which can be used to keep track of the tasks execution state.
-But for this you need to enable a :ref:`result backend <task-result-backend>` so that
+But for this you need to enable a :ref:`result backend <task-result-backends>` so that
 the state can be stored somewhere.
 the state can be stored somewhere.
 
 
 Results are disabled by default because of the fact that there is no result
 Results are disabled by default because of the fact that there is no result
@@ -558,4 +558,4 @@ guide.
 
 
 
 
 
 
-**This document is incomplete - and ends here :(*
+**This document is incomplete - and ends here :(**