Skip to content

Commit 52b6f39

Browse files
authored
Merge pull request #14857 from nextcloud/fix/email-config-broken-link-9403
fix(email): correct link text for email template customization example
2 parents 750d035 + 4f57abd commit 52b6f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin_manual/configuration_server/email_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This is the interface of the class that needs to be implemented: https://github.
118118

119119
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
120120

121-
An example from `a GitHub issue <https://portal.nextcloud.com/article/customized-email-templates-29.html>`_:
121+
An example from `a Nextcloud portal article <https://portal.nextcloud.com/article/customized-email-templates-29.html>`_:
122122

123123
1. Look at the source code of extended class `OC\\Mail\\EMailTemplate::class <https://github.com/nextcloud/server/blob/master/lib/private/Mail/EMailTemplate.php>`_
124124

0 commit comments

Comments
 (0)