From 863e557669caee1ae8b8d461d7dbf60bef96c4d7 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 23 Jan 2024 18:27:55 +0100 Subject: [PATCH] chore(docs): change links to https if possible --- README.md | 8 ++++---- composer.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32ca1c3fa7..8a6a36d7c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![sabre's logo](http://sabre.io/img/logo.png) sabre/dav +![sabre's logo](https://sabre.io/img/logo.png) sabre/dav ======================================================= Introduction @@ -8,7 +8,7 @@ sabre/dav is the most popular WebDAV framework for PHP. Use it to create WebDAV, Full documentation can be found on the website: -http://sabre.io/ +https://sabre.io/ Build status @@ -29,8 +29,8 @@ Build status Documentation ------------- -* [Introduction](http://sabre.io/dav/). -* [Installation](http://sabre.io/dav/install/). +* [Introduction](https://sabre.io/dav/). +* [Installation](https://sabre.io/dav/install/). Made at fruux diff --git a/composer.json b/composer.json index d6680506a0..9b7d976f6b 100644 --- a/composer.json +++ b/composer.json @@ -3,13 +3,13 @@ "type": "library", "description": "WebDAV Framework for PHP", "keywords": ["Framework", "WebDAV", "CalDAV", "CardDAV", "iCalendar"], - "homepage": "http://sabre.io/", + "homepage": "https://sabre.io/", "license" : "BSD-3-Clause", "authors": [ { "name": "Evert Pot", "email": "me@evertpot.com", - "homepage" : "http://evertpot.com/", + "homepage" : "https://evertpot.com/", "role" : "Developer" } ],