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 `_