Browse Source

Fixed links to daemon docs

runeh 15 years ago
parent
commit
ec58c929c1

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

@@ -49,7 +49,7 @@ see what's going on without consulting the logfile::
 
 However, in production you probably want to run the worker in the
 background as a daemon. To do this you need to use to tools provided by your
-platform. See :doc:`daemon mode reference<../cookbook>`.
+platform. See :doc:`daemon mode reference<../cookbook/daemonizing>`.
 
 For a complete listing of the command line options available, use the help command::
 

+ 1 - 1
docs/getting-started/first-steps-with-only-celery.rst

@@ -102,7 +102,7 @@ help command::
     $  celeryd --help
 
 For info on how to run celery as standalone daemon, see 
-:doc:`daemon mode reference<../cookbook>`
+:doc:`daemon mode reference<../cookbook/daemonizing>`