From 74ed045b10de1b32b5bbf1c02c36f85f1c46883d Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Fri, 12 Apr 2024 16:09:04 +0100 Subject: [PATCH] Fixing broken links --- docs/configuration/settings.rst | 4 ++-- docs/index.rst | 1 + docs/plugins/zoho_crm.rst | 2 +- docs/troubleshooting/troubleshooting.rst | 2 +- docs/troubleshooting/working_with_resource_limits.rst | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst index 43d8effe..8c40ac72 100644 --- a/docs/configuration/settings.rst +++ b/docs/configuration/settings.rst @@ -225,7 +225,7 @@ Example API transport installation .. vale on .. warning:: - Installing Symfony Transports is possible when you've :doc:`installed Mautic via Composer `. + Installing Symfony Transports is possible when you've :doc:`installed Mautic via Composer `. If you want to use :xref:`SendGrid` API instead of SMTP to send Emails, for example, you can install the official Symfony SendGrid Transport by running the following command mentioned alongside others in the :xref:`Symfony Mailer` documentation. @@ -248,7 +248,7 @@ This is how you would configure Mautic's Email configuration: To replace the SendGrid API key, add it to the relevant field in the Email configuration and save. Mautic now uses the SendGrid API to send Emails. .. warning:: - It's a nice perk that Mautic can use any transport provided by Symfony Mailer. However, be aware that such transports from Symfony **don't support batch sending, even via API**. They only send one Email per request, as opposed to a thousand Emails per request as is the case with some Mautic transports, which can make them slow at scale. They also **don't support transport callback handling used for bounce management**. If you plan to send larger volumes of Emails or need to use features which require callback handling, please consider using Email transports built specifically for such use. These Plugins are available in the :doc:`Mautic Marketplace `. + It's a nice perk that Mautic can use any transport provided by Symfony Mailer. However, be aware that such transports from Symfony **don't support batch sending, even via API**. They only send one Email per request, as opposed to a thousand Emails per request as is the case with some Mautic transports, which can make them slow at scale. They also **don't support transport callback handling used for bounce management**. If you plan to send larger volumes of Emails or need to use features which require callback handling, please consider using Email transports built specifically for such use. These Plugins are available in the :doc:`Mautic Marketplace `. The table below lists available transport Plugins created for Mautic to include support for batch sending and callback handling. diff --git a/docs/index.rst b/docs/index.rst index ae9f508e..742ae22a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,6 +56,7 @@ There are different types of documentation available to help you navigate your w configuration/cron_jobs configuration/variables configuration/settings + configuration/shortener .. toctree:: :caption: Authentication diff --git a/docs/plugins/zoho_crm.rst b/docs/plugins/zoho_crm.rst index 44602d47..540f417f 100644 --- a/docs/plugins/zoho_crm.rst +++ b/docs/plugins/zoho_crm.rst @@ -5,7 +5,7 @@ Zoho CRM .. vale on -Mautic can push a Contact to :xref:`Zoho CRM` based on :ref:`Campaign actions` or :ref:`Point Triggers`. +Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions ` or :doc:`points trigger`. Language configuration warning ****************************** diff --git a/docs/troubleshooting/troubleshooting.rst b/docs/troubleshooting/troubleshooting.rst index 8d5b5fdc..ca338828 100644 --- a/docs/troubleshooting/troubleshooting.rst +++ b/docs/troubleshooting/troubleshooting.rst @@ -113,7 +113,7 @@ This error reported is: This means that the memory limit that Apache has available is too low. Edit the ``memory_limit`` in the ``php.ini`` configuration file. -Read more about this in :doc:`troubleshooting/working_with_resource_limits`. +Read more about this in :doc:`./troubleshooting/working_with_resource_limits`. A required PHP extension is missing =================================== diff --git a/docs/troubleshooting/working_with_resource_limits.rst b/docs/troubleshooting/working_with_resource_limits.rst index 86b24904..637fdfbe 100644 --- a/docs/troubleshooting/working_with_resource_limits.rst +++ b/docs/troubleshooting/working_with_resource_limits.rst @@ -11,8 +11,8 @@ You may come across limitations with your server configuration when installing o These are, in general, not errors with Mautic, but with your server configuration. To resolve these issues you need to make some changes to your server configuration. -Requirements -************ +Resolving issues +**************** To resolve these problems you require: