Skip to content

Commit 7e80874

Browse files
committed
link to https://symfony.com where possible
1 parent 3e3c5eb commit 7e80874

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ You can run the unit tests with the following command:
5050

5151
[1]: http://api.symfony.com/2.5/Symfony/Component/Finder/SplFileInfo.html
5252
[2]: http://php.net/splfileinfo
53-
[3]: http://symfony.com/doc/current/components/finder.html#usage
53+
[3]: https://symfony.com/doc/current/components/finder.html#usage

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "Symfony Finder Component",
55
"keywords": [],
6-
"homepage": "http://symfony.com",
6+
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [
99
{
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"name": "Symfony Community",
15-
"homepage": "http://symfony.com/contributors"
15+
"homepage": "https://symfony.com/contributors"
1616
}
1717
],
1818
"require": {

0 commit comments

Comments
 (0)