Skip to content

Commit

Permalink
Fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Apr 12, 2024
1 parent 2af8092 commit 74ed045
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Example API transport installation
.. vale on
.. warning::
Installing Symfony Transports is possible when you've :doc:`installed Mautic via Composer </getting_started/how_to_install_mautic.rst>`.
Installing Symfony Transports is possible when you've :doc:`installed Mautic via Composer </getting_started/how_to_install_mautic>`.

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.

Expand All @@ -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 </marketplace/marketplace.rst>`.
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 </marketplace/marketplace>`.

The table below lists available transport Plugins created for Mautic to include support for batch sending and callback handling.

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/zoho_crm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Zoho CRM

.. vale on
Mautic can push a Contact to :xref:`Zoho CRM` based on :ref:`Campaign actions<new Campaign actions>` or :ref:`Point Triggers<Points>`.
Mautic can push a Contact to :xref:`Zoho CRM` based on :doc:`Actions<Campaign actions> ` or :doc:`points trigger<Points Triggers>`.

Check warning on line 8 in docs/plugins/zoho_crm.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Points' instead of 'points'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Points' instead of 'points'.", "location": {"path": "docs/plugins/zoho_crm.rst", "range": {"start": {"line": 8, "column": 99}}}, "severity": "INFO"}

Language configuration warning
******************************
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================================
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting/working_with_resource_limits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 74ed045

Please sign in to comment.