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">

app/Resources/translations/messages.es.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
</trans-unit>
308308
<trans-unit id="help.more_information">
309309
<source>help.more_information</source>
310-
<target><![CDATA[Para más información, consulta la <a href="http://symfony.com/doc">documentación de Symfony</a>.]]></target>
310+
<target><![CDATA[Para más información, consulta la <a href="https://symfony.com/doc">documentación de Symfony</a>.]]></target>
311311
</trans-unit>
312312
<trans-unit id="action.show_post">
313313
<source>action.show_post</source>

app/Resources/translations/messages.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
</trans-unit>
333333
<trans-unit id="help.more_information">
334334
<source>help.more_information</source>
335-
<target><![CDATA[Pour plus d'informations, consultez la <a href="http://symfony.com/doc">documentation de Symfony</a>.]]></target>
335+
<target><![CDATA[Pour plus d'informations, consultez la <a href="https://symfony.com/doc">documentation de Symfony</a>.]]></target>
336336
</trans-unit>
337337

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

app/Resources/translations/messages.hr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
</trans-unit>
329329
<trans-unit id="help.more_information">
330330
<source>help.more_information</source>
331-
<target><![CDATA[Za više informacija, provjerite <a href="http://symfony.com/doc">Symfony dokumentaciju</a>.]]></target>
331+
<target><![CDATA[Za više informacija, provjerite <a href="https://symfony.com/doc">Symfony dokumentaciju</a>.]]></target>
332332
</trans-unit>
333333

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

app/Resources/translations/messages.id.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</trans-unit>
235235
<trans-unit id="help.more_information">
236236
<source>help.more_information</source>
237-
<target><![CDATA[Informasi selengkapnya, kunjungi <a href="http://symfony.com/doc">Symfony doc</a>.]]></target>
237+
<target><![CDATA[Informasi selengkapnya, kunjungi <a href="https://symfony.com/doc">Symfony doc</a>.]]></target>
238238
</trans-unit>
239239
</body>
240240
</file>

app/Resources/translations/messages.it.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
</trans-unit>
333333
<trans-unit id="help.more_information">
334334
<source>help.more_information</source>
335-
<target><![CDATA[Per altre informazioni, visita la <a href="http://symfony.com/doc">documentazione di Symfony</a>.]]></target>
335+
<target><![CDATA[Per altre informazioni, visita la <a href="https://symfony.com/doc">documentazione di Symfony</a>.]]></target>
336336
</trans-unit>
337337

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

app/Resources/translations/messages.ja.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</trans-unit>
235235
<trans-unit id="help.more_information">
236236
<source>help.more_information</source>
237-
<target><![CDATA[さらに詳しく知りたい場合は, <a href="http://symfony.com/doc">Symfony doc</a>を参照してください。]]></target>
237+
<target><![CDATA[さらに詳しく知りたい場合は, <a href="https://symfony.com/doc">Symfony doc</a>を参照してください。]]></target>
238238
</trans-unit>
239239
</body>
240240
</file>

app/Resources/translations/messages.nl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
</trans-unit>
239239
<trans-unit id="help.more_information">
240240
<source>help.more_information</source>
241-
<target><![CDATA[Voor meer informatie bekijk de <a href="http://symfony.com/doc">Symfony documentatie</a>.]]></target>
241+
<target><![CDATA[Voor meer informatie bekijk de <a href="https://symfony.com/doc">Symfony documentatie</a>.]]></target>
242242
</trans-unit>
243243
<trans-unit id="delete_post_modal.title">
244244
<source>delete_post_modal.title</source>

app/Resources/translations/messages.pl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
</trans-unit>
274274
<trans-unit id="help.more_information">
275275
<source>help.more_information</source>
276-
<target><![CDATA[Sprawdź <a href="http://symfony.com/doc">dokumentację Symfony</a>, aby uzyskać więcej informacji.]]></target>
276+
<target><![CDATA[Sprawdź <a href="https://symfony.com/doc">dokumentację Symfony</a>, aby uzyskać więcej informacji.]]></target>
277277
</trans-unit>
278278
</body>
279279
</file>

app/Resources/translations/messages.pt_BR.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
</trans-unit>
312312
<trans-unit id="help.more_information">
313313
<source>help.more_information</source>
314-
<target><![CDATA[Para mais informações, visite a <a href="http://symfony.com/doc">documentação do Symfony</a>.]]></target>
314+
<target><![CDATA[Para mais informações, visite a <a href="https://symfony.com/doc">documentação do Symfony</a>.]]></target>
315315
</trans-unit>
316316
</body>
317317
</file>

app/Resources/translations/messages.ro.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
</trans-unit>
271271
<trans-unit id="help.more_information">
272272
<source>help.more_information</source>
273-
<target><![CDATA[Pentru mai multe informaţii, citeşte <a href="http://symfony.com/doc">documentaţia Symfony</a>.]]></target>
273+
<target><![CDATA[Pentru mai multe informaţii, citeşte <a href="https://symfony.com/doc">documentaţia Symfony</a>.]]></target>
274274
</trans-unit>
275275
</body>
276276
</file>

app/Resources/translations/messages.ru.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[Для дополнительной информации обратитесь к <a href="http://symfony.com/doc">Symfony документации</a>.]]></target>
339+
<target><![CDATA[Для дополнительной информации обратитесь к <a href="https://symfony.com/doc">Symfony документации</a>.]]></target>
340340
</trans-unit>
341341

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

app/Resources/translations/messages.sl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
</trans-unit>
316316
<trans-unit id="help.more_information">
317317
<source>help.more_information</source>
318-
<target><![CDATA[Za več informacij poglejte <a href="http://symfony.com/doc">dokumentacijo Symfony</a>.]]></target>
318+
<target><![CDATA[Za več informacij poglejte <a href="https://symfony.com/doc">dokumentacijo Symfony</a>.]]></target>
319319
</trans-unit>
320320
</body>
321321
</file>

app/Resources/translations/messages.uk.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[Для додаткової інформації зверніться до <a href="http://symfony.com/doc">Symfony документації</a>.]]></target>
339+
<target><![CDATA[Для додаткової інформації зверніться до <a href="https://symfony.com/doc">Symfony документації</a>.]]></target>
340340
</trans-unit>
341341

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

app/Resources/views/admin/layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
to the global layout, we inherit from it to just change the contents of some
44
blocks. In practice, backend templates are using a three-level inheritance,
55
showing how powerful, yet easy to use, is Twig's inheritance mechanism.
6-
See http://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
6+
See https://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
77
#}
88
{% extends 'base.html.twig' %}
99

app/Resources/views/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{#
22
This is the base template used as the application layout which contains the
33
common elements and decorates all the other templates.
4-
See http://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
4+
See https://symfony.com/doc/current/book/templating.html#template-inheritance-and-layouts
55
#}
66
<!DOCTYPE html>
77
<html lang="{{ app.request.locale }}">

app/Resources/views/blog/post_show.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
his/her credentials (login + password) during this session. If he/she
2020
is automatically logged via the 'Remember Me' functionality, he/she won't
2121
be able to add a comment.
22-
See http://symfony.com/doc/current/cookbook/security/remember_me.html#forcing-the-user-to-re-authenticate-before-accessing-certain-resources
22+
See https://symfony.com/doc/current/cookbook/security/remember_me.html#forcing-the-user-to-re-authenticate-before-accessing-certain-resources
2323
#}
2424
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
2525
{{ render(controller('AppBundle:Blog:commentForm', {'id': post.id})) }}

app/Resources/views/default/_flash_messages.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{#
22
This is a template fragment designed to be included in other templates
3-
See http://symfony.com/doc/current/book/templating.html#including-other-templates
3+
See https://symfony.com/doc/current/book/templating.html#including-other-templates
44
55
A common practice to better distinguish between templates and fragments is to
66
prefix fragments with an underscore. That's why this template is called

app/Resources/views/form/fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
and the suffix "_widget". This can be controlled by overriding getBlockPrefix()
55
in DateTimePickerType.
66
7-
See http://symfony.com/doc/current/cookbook/form/create_custom_field_type.html#creating-a-template-for-the-field
7+
See https://symfony.com/doc/current/cookbook/form/create_custom_field_type.html#creating-a-template-for-the-field
88
#}
99

1010
{% block date_time_picker_widget %}

app/config/config.yml

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

1212
# These are the configuration parameters that define the application's behavior
1313
# and which are independent from the underlying technical infrastructure
14-
# See http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
14+
# See https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
1515
parameters:
1616
# This parameter defines the codes of the locales (languages) enabled in the application
1717
app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr
@@ -23,12 +23,12 @@ framework:
2323
# into clickable links that open the given file using your favorite IDE.
2424
# Supported values are 'phpstorm', 'sublime', 'textmate', 'macvim' and 'emacs'.
2525
# When 'ide' is set to null the file is opened in your web browser.
26-
# See http://symfony.com/doc/current/reference/configuration/framework.html#ide
26+
# See https://symfony.com/doc/current/reference/configuration/framework.html#ide
2727
ide: ~
2828

2929
# When using the HTTP Cache, ESI allows to render page fragments separately
3030
# and with different cache configurations for each fragment
31-
# http://symfony.com/doc/current/book/http_cache.html#edge-side-includes
31+
# https://symfony.com/doc/current/book/http_cache.html#edge-side-includes
3232
esi: { enabled: true }
3333
translator: { fallback: "%locale%" }
3434
secret: "%env(SYMFONY_SECRET)%"

app/config/config_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ doctrine:
2424
path: "%kernel.root_dir%/../var/data/blog_test.sqlite"
2525

2626
# this configuration simplifies testing URLs protected by the security mechanism
27-
# See http://symfony.com/doc/current/cookbook/testing/http_authentication.html
27+
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
2828
security:
2929
firewalls:
3030
secured_area:

app/config/parameters.yml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This file defines the canonical configuration parameters of the application.
22
# Symfony uses this file as a template to generate the real app/config/parameters.yml
33
# used by the application.
4-
# See http://symfony.com/doc/current/best_practices/configuration.html#canonical-parameters
4+
# See https://symfony.com/doc/current/best_practices/configuration.html#canonical-parameters
55
parameters:
66
# The code of the default language used by the application ('en' = English)
77
locale: en
88

99
# The 'secret' value is a random string of characters used by Symfony to
1010
# to add more entropy to security related operations.
11-
# see: http://symfony.com/doc/current/reference/configuration/framework.html#secret
11+
# see: https://symfony.com/doc/current/reference/configuration/framework.html#secret
1212
env(SYMFONY_SECRET): 'secret_value_for_symfony_demo_application'
1313

1414
# Destination for log files; can also be "php://stderr" etc
@@ -32,7 +32,7 @@ parameters:
3232
# $ php bin/console doctrine:fixtures:load
3333

3434
# If you don't use a real mail server, you can send emails via your Gmail account.
35-
# see http://symfony.com/doc/current/cookbook/email/gmail.html
35+
# see https://symfony.com/doc/current/cookbook/email/gmail.html
3636
mailer_transport: smtp
3737
mailer_host: 127.0.0.1
3838
mailer_user: ~

app/config/routing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# are loaded recursively, so you can separate them into subdirectories.
44
# If you don't like to add annotations in your applications, you can also define
55
# the routes in YAML, XML or PHP files.
6-
# See http://symfony.com/doc/current/book/routing.html
6+
# See https://symfony.com/doc/current/book/routing.html
77
app:
88
resource: '@AppBundle/Controller/'
99
type: annotation
@@ -16,7 +16,7 @@ app:
1616
# These lines define a route using YAML configuration. The controller used by
1717
# the route (FrameworkBundle:Template:template) is a convenient shortcut when
1818
# the template can be rendered without executing any logic in your own controller.
19-
# See http://symfony.com/doc/current/cookbook/templating/render_without_controller.html
19+
# See https://symfony.com/doc/current/cookbook/templating/render_without_controller.html
2020
homepage:
2121
path: /{_locale}
2222
requirements:

app/config/routing_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _profiler:
1111
# this imports the route used to test error pages. Just browse the following URL:
1212
# /{_locale}/_error/{status_code}.{format}
1313
# (e.g. /en/_error/404, /en/_error/403.json, /fr/_error/500.xml)
14-
# See http://symfony.com/doc/current/cookbook/controller/error_pages.html#testing-error-pages-during-development
14+
# See https://symfony.com/doc/current/cookbook/controller/error_pages.html#testing-error-pages-during-development
1515
_errors:
1616
resource: "@TwigBundle/Resources/config/routing/errors.xml"
1717
prefix: /{_locale}/_error

0 commit comments

Comments
 (0)