Links to https, Discord (#2212)

* Change links to https

* github.com
* getgrav.org

* Change Slack to Discord
This commit is contained in:
Rotzbua
2022-02-04 18:56:22 +01:00
committed by GitHub
parent 835fa1af4d
commit 304bb9b557
59 changed files with 66 additions and 66 deletions

View File

@@ -363,7 +363,7 @@ class Gpm
$error[] = '<p>Grav has increased the minimum PHP requirement.<br />';
$error[] = 'You are currently running PHP <strong>' . phpversion() . '</strong>';
$error[] = ', but PHP <strong>' . $upgrader->minPHPVersion() . '</strong> is required.</p>';
$error[] = '<p><a href="http://getgrav.org/blog/changing-php-requirements-to-5.5" class="button button-small secondary">Additional information</a></p>';
$error[] = '<p><a href="https://getgrav.org/blog/changing-php-requirements-to-5.5" class="button button-small secondary">Additional information</a></p>';
Installer::setError(implode("\n", $error));