Skip to content

Commit 4f57abd

Browse files
committed
fix(email): correct link text for email template customization example
Link text said 'a GitHub issue' but pointed to a Nextcloud portal article. Fixes #9403 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 750d035 commit 4f57abd

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)