diff --git a/README.md b/README.md index f82f1ce..ce45ab5 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ server { ## Import worker -To run the [async redis import worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command: +To run the [async redis import worker](https://doc.wallabag.org/en/admin/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command: ``` $ docker run --name wallabag --link wallabag-db:wallabag-db --link redis:redis -e <... your config variables here ...> wallabag/wallabag import ```