From b45ffd9bfe38b922032aedc091883e7e126a868a Mon Sep 17 00:00:00 2001 From: Andreas Haerter Date: Sun, 31 Mar 2024 03:16:42 +0200 Subject: [PATCH] Fix dead link, replace old HTTP URLs with HTTPS --- README.md | 2 +- src/Roundcube/Composer/ExtensionInstaller.php | 2 +- src/Roundcube/Composer/PluginInstaller.php | 2 +- src/Roundcube/Composer/SkinInstaller.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e9763b..afaa15c 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ Submit your plugin or skin to [Packagist](https://packagist.org/). * add your plugin in the `require` section of composer.json * `composer.phar install` -Read the whole story at [plugins.roundcube.net](http://plugins.roundcube.net/about). +Read the whole story at [plugins.roundcube.net](http://plugins.roundcube.net/#/about/). diff --git a/src/Roundcube/Composer/ExtensionInstaller.php b/src/Roundcube/Composer/ExtensionInstaller.php index 68267d7..2a413a1 100644 --- a/src/Roundcube/Composer/ExtensionInstaller.php +++ b/src/Roundcube/Composer/ExtensionInstaller.php @@ -18,7 +18,7 @@ * @author Philip Weir * @license GPL-3.0+ * @version GIT: - * @link http://github.com/roundcube/plugin-installer + * @link https://github.com/roundcube/plugin-installer */ class ExtensionInstaller extends LibraryInstaller { diff --git a/src/Roundcube/Composer/PluginInstaller.php b/src/Roundcube/Composer/PluginInstaller.php index 4610f2f..92595c9 100644 --- a/src/Roundcube/Composer/PluginInstaller.php +++ b/src/Roundcube/Composer/PluginInstaller.php @@ -8,7 +8,7 @@ * @author Philip Weir * @license GPL-3.0+ * @version GIT: - * @link http://github.com/roundcube/plugin-installer + * @link https://github.com/roundcube/plugin-installer */ class PluginInstaller extends ExtensionInstaller { diff --git a/src/Roundcube/Composer/SkinInstaller.php b/src/Roundcube/Composer/SkinInstaller.php index fe82429..c8bc7a6 100644 --- a/src/Roundcube/Composer/SkinInstaller.php +++ b/src/Roundcube/Composer/SkinInstaller.php @@ -8,7 +8,7 @@ * @author Philip Weir * @license GPL-3.0+ * @version GIT: - * @link http://github.com/roundcube/plugin-installer + * @link https://github.com/roundcube/plugin-installer */ class SkinInstaller extends ExtensionInstaller {