Skip to content

Commit

Permalink
Merge pull request #43 from andreashaerter/fix-deadlink-update-urls
Browse files Browse the repository at this point in the history
Fix dead link, replace old HTTP URLs with HTTPS
  • Loading branch information
alecpl authored Apr 7, 2024
2 parents fb67732 + b45ffd9 commit 167bb7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion src/Roundcube/Composer/ExtensionInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @author Philip Weir <[email protected]>
* @license GPL-3.0+
* @version GIT: <git_id>
* @link http://github.com/roundcube/plugin-installer
* @link https://github.com/roundcube/plugin-installer
*/
class ExtensionInstaller extends LibraryInstaller
{
Expand Down
2 changes: 1 addition & 1 deletion src/Roundcube/Composer/PluginInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Philip Weir <[email protected]>
* @license GPL-3.0+
* @version GIT: <git_id>
* @link http://github.com/roundcube/plugin-installer
* @link https://github.com/roundcube/plugin-installer
*/
class PluginInstaller extends ExtensionInstaller
{
Expand Down
2 changes: 1 addition & 1 deletion src/Roundcube/Composer/SkinInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Philip Weir <[email protected]>
* @license GPL-3.0+
* @version GIT: <git_id>
* @link http://github.com/roundcube/plugin-installer
* @link https://github.com/roundcube/plugin-installer
*/
class SkinInstaller extends ExtensionInstaller
{
Expand Down

0 comments on commit 167bb7f

Please sign in to comment.