From 7d3ea067b5c45e7544986500c7bd24cb01521b13 Mon Sep 17 00:00:00 2001 From: Eduardo Gomez Date: Wed, 18 Oct 2023 14:47:04 +0200 Subject: [PATCH] Fix nextcloud widgets reference The nextcloud notifications and nextcloud php opcache widgets had the wrong type/name in the example block. This change should fix to use the good one. --- docs/widgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets.md b/docs/widgets.md index 9ed2b562..cf16db52 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -1954,7 +1954,7 @@ Displays your notifications and allows deleting them. #### Example ```yaml -- type: nextcloud-userstatus +- type: nextcloud-notifications useProxy: true options: hostname: https://nextcloud.example.com @@ -2060,7 +2060,7 @@ Shows statistics about PHP OPcache performance on your Nextcloud server. #### Example ```yaml -- type: nextcloud-stats +- type: nextcloud-php-opcache useProxy: true options: hostname: https://nextcloud.example.com