Skip to content

Commit 167bb7f

Browse files
authored
Merge pull request #43 from andreashaerter/fix-deadlink-update-urls
Fix dead link, replace old HTTP URLs with HTTPS
2 parents fb67732 + b45ffd9 commit 167bb7f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ Submit your plugin or skin to [Packagist](https://packagist.org/).
7171
* add your plugin in the `require` section of composer.json
7272
* `composer.phar install`
7373

74-
Read the whole story at [plugins.roundcube.net](http://plugins.roundcube.net/about).
74+
Read the whole story at [plugins.roundcube.net](http://plugins.roundcube.net/#/about/).

src/Roundcube/Composer/ExtensionInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @author Philip Weir <roundcube@tehinterweb.co.uk>
1919
* @license GPL-3.0+
2020
* @version GIT: <git_id>
21-
* @link http://github.com/roundcube/plugin-installer
21+
* @link https://github.com/roundcube/plugin-installer
2222
*/
2323
class ExtensionInstaller extends LibraryInstaller
2424
{

src/Roundcube/Composer/PluginInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Philip Weir <roundcube@tehinterweb.co.uk>
99
* @license GPL-3.0+
1010
* @version GIT: <git_id>
11-
* @link http://github.com/roundcube/plugin-installer
11+
* @link https://github.com/roundcube/plugin-installer
1212
*/
1313
class PluginInstaller extends ExtensionInstaller
1414
{

src/Roundcube/Composer/SkinInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Philip Weir <roundcube@tehinterweb.co.uk>
99
* @license GPL-3.0+
1010
* @version GIT: <git_id>
11-
* @link http://github.com/roundcube/plugin-installer
11+
* @link https://github.com/roundcube/plugin-installer
1212
*/
1313
class SkinInstaller extends ExtensionInstaller
1414
{

0 commit comments

Comments
 (0)