Skip to content

Commit 854fefb

Browse files
committed
docs: fix 404 link
1 parent 775f50c commit 854fefb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

user_guide_src/source/installation/upgrade_emails.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Upgrade Guide
2222
1. Within your class change the ``$this->load->library('email');`` to ``$email = service('email');``.
2323
2. From that on you have to replace every line starting with ``$this->email`` to ``$email``.
2424
3. The methods in the Email class are named slightly different. All methods, except for ``send()``, ``attach()``, ``printDebugger()`` and ``clear()`` have a ``set`` as prefix followed by the previous method name. ``bcc()`` is now ``setBcc()`` and so on.
25-
4. The config attributes in ``app/Config/Email.php`` have changed. You should have a look at the `Email Class Documentation </libraries/email.html#setting-email-preferences>`__ to have a list of the new attributes.
25+
4. The config attributes in **app/Config/Email.php** have changed. You should have a look at the :ref:`setting-email-preferences` to have a list of the new attributes.
2626

2727
Code Example
2828
============

user_guide_src/source/libraries/email.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Here is a basic example demonstrating how you might send email::
4444

4545
$email->send();
4646

47+
.. _setting-email-preferences:
48+
4749
Setting Email Preferences
4850
=========================
4951

0 commit comments

Comments
 (0)