From a6febffa0fea4fa9a9f5d799122f1550a8512d52 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 25 Mar 2023 18:09:42 +0100 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d838ff7..5c5a439 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Friendica requires background tasks to fetch and send all kind of messages and m This setup is crucial for the Friendica node. There are two options to enable background tasks for Friendica: -- Using the default Image and manually setup background tasks (see Friendica [Install](https://github.com/friendica/friendica/blob/2021.03-rc/doc/Install.md#required-background-tasks)) +- Using the default Image and manually setup background tasks (see Friendica [Install](https://github.com/friendica/friendica/blob/stable/doc/Install.md#required-background-tasks)) - Using the default image (apache, fpm, fpm-alpine) and starting a dedicated `cron` instance and use `cron.sh` as startup command (like this [Example](https://github.com/friendica/docker/blob/stable/.examples/docker-compose/insecure/mariadb-cron-redis/apache/docker-compose.yml)) ## Possible Environment Variables