chore: use https links (#2075)

This commit is contained in:
Jonas L 2022-08-25 16:25:54 +02:00 committed by GitHub
parent 85f7c6d89b
commit c28c048bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 31 deletions

View file

@ -4,7 +4,7 @@
* Application_Model_StoredFile class.
*
* @copyright 2010 Sourcefabric O.P.S.
* @license http://www.gnu.org/licenses/gpl.txt
* @license https://www.gnu.org/licenses/gpl.txt
*
* @see MetaData
*/
@ -521,7 +521,7 @@ SQL;
/**
* Sometimes we want a relative URL and not a full URL. See bug
* http://dev.sourcefabric.org/browse/CC-2403.
* https://dev.sourcefabric.org/browse/CC-2403.
*
* @param mixed $baseUrl
*/