Skip to content

Commit 46824f1

Browse files
committed
minor #550 Always use https:// when linking to symfony.com (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Always use https:// when linking to symfony.com Commits ------- a3c7277 Always use https:// when linking to symfony.com
2 parents 8f8dd84 + a3c7277 commit 46824f1

File tree

71 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+114
-114
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Contributing
44
The Symfony Demo application is an open source project. Contributions made by
55
the community are welcome. Send us your ideas, code reviews, pull requests and
66
feature requests to help us improve this project. All contributions must follow
7-
the [usual Symfony contribution requirements](http://symfony.com/doc/current/contributing/index.html).
7+
the [usual Symfony contribution requirements](https://symfony.com/doc/current/contributing/index.html).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Requirements
1111

1212
* PHP 5.5.9 or higher;
1313
* PDO-SQLite PHP extension enabled;
14-
* and the [usual Symfony application requirements](http://symfony.com/doc/current/reference/requirements.html).
14+
* and the [usual Symfony application requirements](https://symfony.com/doc/current/reference/requirements.html).
1515

1616
If unsure about meeting these requirements, download the demo application and
1717
browse the `http://localhost:8000/config.php` script to get more detailed
@@ -66,7 +66,7 @@ terminal.
6666
> If you want to use a fully-featured web server (like Nginx or Apache) to run
6767
> Symfony Demo application, configure it to point at the `web/` directory of the project.
6868
> For more details, see:
69-
> http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
69+
> https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
7070
7171
Troubleshooting
7272
---------------

app/Resources/TwigBundle/views/Exception/error.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In case you need it, you can also hook into the internal exception handling
66
made by Symfony. This allows you to perform advanced tasks and even recover
77
your application from some errors.
8-
See http://symfony.com/doc/current/cookbook/controller/error_pages.html
8+
See https://symfony.com/doc/current/cookbook/controller/error_pages.html
99
#}
1010

1111
{% extends 'base.html.twig' %}

app/Resources/TwigBundle/views/Exception/error403.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In case you need it, you can also hook into the internal exception handling
66
made by Symfony. This allows you to perform advanced tasks and even recover
77
your application from some errors.
8-
See http://symfony.com/doc/current/cookbook/controller/error_pages.html
8+
See https://symfony.com/doc/current/cookbook/controller/error_pages.html
99
#}
1010

1111
{% extends 'base.html.twig' %}

app/Resources/TwigBundle/views/Exception/error404.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In case you need it, you can also hook into the internal exception handling
66
made by Symfony. This allows you to perform advanced tasks and even recover
77
your application from some errors.
8-
See http://symfony.com/doc/current/cookbook/controller/error_pages.html
8+
See https://symfony.com/doc/current/cookbook/controller/error_pages.html
99
#}
1010

1111
{% extends 'base.html.twig' %}

app/Resources/TwigBundle/views/Exception/error500.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In case you need it, you can also hook into the internal exception handling
66
made by Symfony. This allows you to perform advanced tasks and even recover
77
your application from some errors.
8-
See http://symfony.com/doc/current/cookbook/controller/error_pages.html
8+
See https://symfony.com/doc/current/cookbook/controller/error_pages.html
99
#}
1010

1111
{% extends 'base.html.twig' %}

app/Resources/translations/messages.ca.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
</trans-unit>
255255
<trans-unit id="help.more_information">
256256
<source>help.more_information</source>
257-
<target><![CDATA[Per a més informació, consulta la <a href="http://symfony.com/doc">documentació de Symfony</a>.]]></target>
257+
<target><![CDATA[Per a més informació, consulta la <a href="https://symfony.com/doc">documentació de Symfony</a>.]]></target>
258258
</trans-unit>
259259
</body>
260260
</file>

app/Resources/translations/messages.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</trans-unit>
243243
<trans-unit id="help.more_information">
244244
<source>help.more_information</source>
245-
<target><![CDATA[Pro více informací přejděte do <a href="http://symfony.com/doc">Symfony dokumentace</a>.]]></target>
245+
<target><![CDATA[Pro více informací přejděte do <a href="https://symfony.com/doc">Symfony dokumentace</a>.]]></target>
246246
</trans-unit>
247247
</body>
248248
</file>

app/Resources/translations/messages.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
</trans-unit>
275275
<trans-unit id="help.more_information">
276276
<source>help.more_information</source>
277-
<target><![CDATA[Für mehr Informationen schaue in die offizielle <a href="http://symfony.com/doc">Symfony Dokumentation</a>.]]></target>
277+
<target><![CDATA[Für mehr Informationen schaue in die offizielle <a href="https://symfony.com/doc">Symfony Dokumentation</a>.]]></target>
278278
</trans-unit>
279279
<trans-unit id="action.show_post">
280280
<source>action.show_post</source>

app/Resources/translations/messages.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</trans-unit>
337337
<trans-unit id="help.more_information">
338338
<source>help.more_information</source>
339-
<target><![CDATA[For more information, check out the <a href="http://symfony.com/doc">Symfony doc</a>.]]></target>
339+
<target><![CDATA[For more information, check out the <a href="https://symfony.com/doc">Symfony doc</a>.]]></target>
340340
</trans-unit>
341341

342342
<trans-unit id="rss.title">

0 commit comments

Comments
 (0)