Skip to content

Commit dc36886

Browse files
committed
minor symfony#29200 Update symfony links to https (ro0NL)
This PR was squashed before being merged into the 3.4 branch (closes symfony#29200). Discussion ---------- Update symfony links to https | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- bea63a1 Update symfony links to https
2 parents e32b518 + bea63a1 commit dc36886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<div class="sf-toolbar-info-piece">
114114
<b>Help</b>
115115
<span>
116-
<a href="http://symfony.com/support">
116+
<a href="https://symfony.com/support">
117117
Symfony Support Channels
118118
</a>
119119
</span>

src/Symfony/Component/Workflow/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 Workflow Component",
55
"keywords": ["workflow", "petrinet", "place", "transition", "statemachine", "state"],
6-
"homepage": "http://symfony.com",
6+
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [
99
{
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "Symfony Community",
19-
"homepage": "http://symfony.com/contributors"
19+
"homepage": "https://symfony.com/contributors"
2020
}
2121
],
2222
"require": {

0 commit comments

Comments
 (0)