diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-11-27 11:14:37 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-11-27 11:14:37 -0800 |
commit | 1db9bc1b2e8e0134f6276771a08b54c4748f8e5e (patch) | |
tree | 0761742fa384a106b9006adc8c982e0f73b9f572 /doc/en_US/worker.markdown | |
parent | dc7024590720271c2b9bbd661e1e9af2b7a1659b (diff) |
Update code base and doc to use kanboard.org domain
Diffstat (limited to 'doc/en_US/worker.markdown')
-rw-r--r-- | doc/en_US/worker.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en_US/worker.markdown b/doc/en_US/worker.markdown index 89becacd..b4ba4271 100644 --- a/doc/en_US/worker.markdown +++ b/doc/en_US/worker.markdown @@ -18,7 +18,7 @@ This feature is optional and require the installation of a queue daemon on your [Beanstalk](http://kr.github.io/beanstalkd/) is a simple, fast work queue. - To install Beanstalk, you can simply use the package manager of your Linux distribution -- Install the [Kanboard plugin for Beanstalk](https://kanboard.net/plugin/beanstalk) +- Install the [Kanboard plugin for Beanstalk](https://github.com/kanboard/plugin-beanstalk) - Start the worker with the Kanboard command line tool: `./cli worker` ### RabbitMQ @@ -26,7 +26,7 @@ This feature is optional and require the installation of a queue daemon on your [RabbitMQ](https://www.rabbitmq.com/) is a robust messaging system that is more suitable for high-availability infrastructure. - Follow the official documentation of RabbitMQ for the installation and the configuration -- Install the [Kanboard plugin for RabbitMQ](https://kanboard.net/plugin/rabbitmq) +- Install the [Kanboard plugin for RabbitMQ](https://github.com/kanboard/plugin-rabbitmq) - Start the worker with the Kanboard command line tool: `./cli worker` ### Notes |