-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from andreashaerter/fix-deadlink-update-urls
Fix dead link, replace old HTTP URLs with HTTPS
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
|