Browse Source

Doc fixes

Ask Solem 11 years ago
parent
commit
88e28b0009
2 changed files with 3 additions and 3 deletions
  1. 1 1
      docs/django/first-steps-with-django.rst
  2. 2 2
      docs/history/changelog-3.0.rst

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

@@ -66,7 +66,7 @@ so that the ``@shared_task`` decorator (mentioned later) will use it:
 
 Note that this example project layout is suitable for larger projects,
 for simple projects you may use a single contained module that defines
-both the app and tasks, like in the :ref:`tut-firsteps` tutorial.
+both the app and tasks, like in the :ref:`tut-celery` tutorial.
 
 Let's break down what happens in the first module,
 first we import absolute imports from the future, so that our

+ 2 - 2
docs/history/changelog-3.0.rst

@@ -1,4 +1,4 @@
-.. _changelog:
+.. _changelog-3.0:
 
 ================
  Change history
@@ -364,7 +364,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
 - MongoDB Backend: The :setting:`MONGODB_BACKEND_SETTINGS` setting
   now accepts a ``option`` key that lets you forward arbitrary kwargs
-  to the underlying ``pymongo.Connection` object (Issue #1015).
+  to the underlying ``pymongo.Connection`` object (Issue #1015).
 
 - Beat: The daily backend cleanup task is no longer enabled
   for result backends that support automatic result expiration (Issue #1031).