Skip to content

Commit

Permalink
Merge pull request #1535 from Rotzbua/chore_https
Browse files Browse the repository at this point in the history
chore(docs): change links to https if possible
  • Loading branch information
phil-davis committed Jan 24, 2024
2 parents 960d99f + 863e557 commit 7e07d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit 7e07d4b

Please sign in to comment.