Browse Source

Fix URLs to userguide/daemonizing docs (#3871)

Simon Legner 8 years ago
parent
commit
e42f07301c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      extra/generic-init.d/celerybeat
  2. 1 1
      extra/generic-init.d/celeryd
  3. 1 1
      extra/systemd/celery.conf

+ 1 - 1
extra/generic-init.d/celerybeat

@@ -6,7 +6,7 @@
 # :Usage: /etc/init.d/celerybeat {start|stop|force-reload|restart|try-restart|status}
 # :Configuration file: /etc/default/celerybeat or /etc/default/celeryd
 #
-# See http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#generic-init-scripts
+# See http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#generic-init-scripts
 
 ### BEGIN INIT INFO
 # Provides:          celerybeat

+ 1 - 1
extra/generic-init.d/celeryd

@@ -6,7 +6,7 @@
 # :Usage: /etc/init.d/celeryd {start|stop|force-reload|restart|try-restart|status}
 # :Configuration file: /etc/default/celeryd (or /usr/local/etc/celeryd on BSD)
 #
-# See http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#generic-init-scripts
+# See http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#generic-init-scripts
 
 
 ### BEGIN INIT INFO

+ 1 - 1
extra/systemd/celery.conf

@@ -1,5 +1,5 @@
 # See
-# http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html#available-options
+# http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#usage-systemd
 
 CELERY_APP="proj"
 CELERYD_NODES="worker"