Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-10-06 01:22:42 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-10-06 01:22:42 +0300
commit28a202f7d8d51f69a3384763374a9066f517909e (patch)
treec46892007132f025c5e4dcafae706b238c0fd737 /misc
parent11de54ca12d2a46e74cf190a65a848e0356dd470 (diff)
replace HTTP links with HTTPS (#12157)
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index e95e01ea8d..97f5e51a86 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -40,7 +40,7 @@ if (Piwik\Common::isPhpCliMode()) {
Using this 'archive.php' script is no longer recommended.
Please use '/path/to/php $piwikHome/console core:archive " . implode(' ', $_SERVER['argv']) . "' instead.
To get help use '/path/to/php $piwikHome/console core:archive --help'
-See also: http://piwik.org/docs/setup-auto-archiving/
+See also: https://piwik.org/docs/setup-auto-archiving/
If you cannot use the console because it requires CLI
try 'php archive.php --url=http://your.piwik/path'
@@ -60,7 +60,7 @@ try 'php archive.php --url=http://your.piwik/path'
if(!isset($_GET['token_auth'])) {
echo "
<b>You must specify the Super User token_auth as a parameter to this script, eg. <code>?token_auth=XYZ</code> if you wish to run this script through the browser. </b><br>
-However it is recommended to run it <a href='http://piwik.org/docs/setup-auto-archiving/'>via cron in the command line</a>, since it can take a long time to run.<br/>
+However it is recommended to run it <a href='https://piwik.org/docs/setup-auto-archiving/'>via cron in the command line</a>, since it can take a long time to run.<br/>
In a shell, execute for example the following to trigger archiving on the local Piwik server:<br/>
<code>$ /path/to/php /path/to/piwik/console core:archive --url=http://your-website.org/path/to/piwik/</code>
\n\n";