Skip to content

Commit 9cd323e

Browse files
committed
link to https://symfony.com where possible
1 parent b60f14e commit 9cd323e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

FormEvents.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
/**
1515
* To learn more about how form events work check the documentation
16-
* entry at {@link http://symfony.com/doc/any/components/form/form_events.html}.
16+
* entry at {@link https://symfony.com/doc/any/components/form/form_events.html}.
1717
*
1818
* To learn how to dynamically modify forms using events check the cookbook
19-
* entry at {@link http://symfony.com/doc/any/cookbook/form/dynamic_form_modification.html}.
19+
* entry at {@link https://symfony.com/doc/any/cookbook/form/dynamic_form_modification.html}.
2020
*
2121
* @author Bernhard Schussek <[email protected]>
2222
*/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvid
1414

1515
Documentation:
1616

17-
http://symfony.com/doc/2.3/book/forms.html
17+
https://symfony.com/doc/2.3/book/forms.html
1818

1919
Resources
2020
---------

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 Form 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)