From 4d09e5f93fd772be308b1362ee9d25be9ee5288a Mon Sep 17 00:00:00 2001 From: criadoperez Date: Wed, 8 Sep 2021 15:18:52 +0200 Subject: [PATCH] Fixed broken wiki links --- docs/userguide/options/options_email.rst | 4 ++-- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 +- scripts/ZoneMinder/lib/ZoneMinder/Control/DCS5020L.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/userguide/options/options_email.rst b/docs/userguide/options/options_email.rst index eef35bfa2..84c1596f4 100644 --- a/docs/userguide/options/options_email.rst +++ b/docs/userguide/options/options_email.rst @@ -101,6 +101,6 @@ FROM_EMAIL - The emails or messages that will be sent to you informing you of ev URL - The emails or messages that will be sent to you informing you of events can include a link to the events themselves for easy viewing. If you intend to use this feature then set this option to the url of your installation as it would appear from where you read your email, e.g. ``http://host.your.domain/zm/index.php``. -SSMTP_MAIL - SSMTP is a lightweight and efficient method to send email. The SSMTP application is not installed by default. NEW_MAIL_MODULES must also be enabled. Please visit the ZoneMinder `SSMTP Wiki page `__ for setup and configuration help. +SSMTP_MAIL - SSMTP is a lightweight and efficient method to send email. The SSMTP application is not installed by default. NEW_MAIL_MODULES must also be enabled. Please visit the ZoneMinder `SSMTP Wiki page `__ for setup and configuration help. -SSMTP_PATH - The path to the SSMTP application. If path is not defined. Zoneminder will try to determine the path via shell command. Example path: /usr/sbin/ssmtp. \ No newline at end of file +SSMTP_PATH - The path to the SSMTP application. If path is not defined. Zoneminder will try to determine the path via shell command. Example path: /usr/sbin/ssmtp. diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index 645d5b4d6..0c8aec4a2 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -3766,7 +3766,7 @@ our @options = ( SSMTP is a lightweight and efficient method to send email. The SSMTP application is not installed by default. NEW_MAIL_MODULES must also be enabled. - Please visit the ZoneMinder [SSMTP Wiki page](http://www.zoneminder.com/wiki/index.php/How_to_get_ssmtp_working_with_Zoneminder) + Please visit the ZoneMinder [SSMTP Wiki page](https://wiki.zoneminder.com/How_to_get_ssmtp_working_with_Zoneminder) for setup and configuration help. `, type => $types{boolean}, diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/DCS5020L.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/DCS5020L.pm index 2b2cf3fd2..dd98b828e 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/DCS5020L.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/DCS5020L.pm @@ -283,7 +283,7 @@ None by default. =head1 SEE ALSO See if there are better instructions for the DCS-5020L at -http://www.zoneminder.com/wiki/index.php/Dlink +https://wiki.zoneminder.com/Dlink =head1 AUTHOR