From 4f57abd4a17ecc84b2ac50c368a0b59cc204c990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 May 2026 19:17:25 +0200 Subject: [PATCH] fix(email): correct link text for email template customization example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link text said 'a GitHub issue' but pointed to a Nextcloud portal article. Fixes #9403 Signed-off-by: John Molakvoæ (skjnldsv) --- admin_manual/configuration_server/email_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/email_configuration.rst b/admin_manual/configuration_server/email_configuration.rst index 9b851aacfd6..ad3a7bd426d 100644 --- a/admin_manual/configuration_server/email_configuration.rst +++ b/admin_manual/configuration_server/email_configuration.rst @@ -118,7 +118,7 @@ This is the interface of the class that needs to be implemented: https://github. That is the implementation that could be extended and used to see how it works: https://github.com/nextcloud/server/blob/master/lib/private/Mail/EMailTemplate.php -An example from `a GitHub issue `_: +An example from `a Nextcloud portal article `_: 1. Look at the source code of extended class `OC\\Mail\\EMailTemplate::class `_