From e263c8135b482ab3f69329ce6e11ff5dce3f724f Mon Sep 17 00:00:00 2001 From: Micha Date: Tue, 17 Dec 2024 15:09:04 +0100 Subject: [PATCH] Fix links --- guides/hosting/performance/performance-tweaks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/hosting/performance/performance-tweaks.md b/guides/hosting/performance/performance-tweaks.md index 8e23f71f2..93f038efb 100644 --- a/guides/hosting/performance/performance-tweaks.md +++ b/guides/hosting/performance/performance-tweaks.md @@ -39,7 +39,7 @@ A delay for cache invalidation can be activated for systems with a high update f By default, the scheduled task will run every 20 seconds, but the interval can be adjusted over the `scheduled_taks` DB table, by setting the `run_interval` to the desired value (it is configured in seconds) for the entry with the name `shopware.invalidate_cache`. ::: warning -If you enable delayed cache invalidation, it's mandatory to set up a worker to run (Scheduled Tasks)[../infrastructure/scheduled-task], e.g. using the (Message Queue)[../infrastructure/message-queue]. +If you enable delayed cache invalidation, you must set up a worker to run [Scheduled Tasks](../infrastructure/scheduled-task), e.g., using the [Message Queue](../infrastructure/message-queue). ::: ```yaml