Skip to content

Commit b403edd

Browse files
fix missing links to https://symfony.com
1 parent b25b11b commit b403edd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you'd like to contribute, please read the following documents:
2727

2828
* [Backwards Compatibility][4]: Backward compatibility rules.
2929

30-
[1]: http://symfony.com/doc/current/contributing/code/index.html
31-
[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list
32-
[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
33-
[4]: http://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code
30+
[1]: https://symfony.com/doc/current/contributing/code/index.html
31+
[2]: https://symfony.com/doc/current/contributing/code/patches.html#check-list
32+
[3]: https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
33+
[4]: https://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code

CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CONTRIBUTORS
22
============
33

44
Symfony is the result of the work of many people who made the code better
5-
(see http://symfony.com/contributors for more information):
5+
(see https://symfony.com/contributors for more information):
66

77
- Fabien Potencier (fabpot)
88
- Bernhard Schussek (bschussek)

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "The Symfony PHP framework",
55
"keywords": ["framework"],
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)