From 45989b38de6eb441f027755cc75ee32d680c14c4 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 30 Oct 2019 17:25:17 +0100 Subject: [PATCH] Readme: Fixes link to documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```