Skip to content

Commit 8f1be6c

Browse files
Merge pull request #196 from GrahamCampbell/update-http-links
Replace all `http://` links with the `https://` URL they redirect to
2 parents b745ae4 + ccbaf5b commit 8f1be6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+73
-73
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice
357357

358358
This Source Code Form is subject to the terms of the Mozilla Public
359359
License, v. 2.0. If a copy of the MPL was not distributed with this
360-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
360+
file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
361361

362362
If it is not possible or desirable to put the notice in a particular
363363
file, then You may include the notice in a location (such as a LICENSE

src/Alerts/CannotCloneKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class CannotCloneKey extends HaliteAlert implements HaliteAlertInterface
1515
{

src/Alerts/CannotPerformOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class CannotPerformOperation extends HaliteAlert implements HaliteAlertInterface
1515
{

src/Alerts/CannotSerializeKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class CannotSerializeKey extends HaliteAlert implements HaliteAlertInterface
1515
{

src/Alerts/ConfigDirectiveNotFound.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class ConfigDirectiveNotFound extends HaliteAlert implements HaliteAlertInterface
1515
{

src/Alerts/FileAccessDenied.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class FileAccessDenied extends FileError implements HaliteAlertInterface
1515
{

src/Alerts/FileError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class FileError extends HaliteAlert implements HaliteAlertInterface
1515
{

src/Alerts/FileModified.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This Source Code Form is subject to the terms of the Mozilla Public
1111
* License, v. 2.0. If a copy of the MPL was not distributed with this
12-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
12+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1313
*/
1414
class FileModified extends FileError implements HaliteAlertInterface
1515
{

src/Alerts/HaliteAlert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This Source Code Form is subject to the terms of the Mozilla Public
1313
* License, v. 2.0. If a copy of the MPL was not distributed with this
14-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
14+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1515
*/
1616
class HaliteAlert extends Exception implements HaliteAlertInterface
1717
{

src/Alerts/HaliteAlertInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This Source Code Form is subject to the terms of the Mozilla Public
1313
* License, v. 2.0. If a copy of the MPL was not distributed with this
14-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
14+
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
1515
*/
1616
interface HaliteAlertInterface extends Throwable
1717
{

0 commit comments

Comments
 (0)