Skip to content

Commit 0b557ba

Browse files
committed
moved HTTP to HTTPs for symfony.com links
1 parent fd24cad commit 0b557ba

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Put parameters here that don't need to change on each machine where the app is deployed
2-
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
2+
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
33
parameters:
44

55
services:

symfony/framework-bundle/etc/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework:
55
#http_method_override: true
66
#trusted_hosts: null
77
#trusted_proxies: null
8-
# http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
8+
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
99
#session:
1010
# handler_id: session.handler.native_file
1111
# save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"

symfony/framework-bundle/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
" 1. Execute the <comment>make serve</comment> command;",
4646
" 2. Browse to the <comment>http://localhost:8000/</comment> URL.",
4747
"",
48-
" * <fg=blue>Read</> the documentation at <comment>http://symfony.com/doc</comment>"
48+
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</comment>"
4949
]
5050
}

symfony/framework-bundle/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if (getenv('APP_DEBUG')) {
1616
// WARNING: You should setup permissions the proper way!
1717
// REMOVE the following PHP line and read
18-
// http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
18+
// https://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
1919
umask(0000);
2020

2121
// This check prevents access to debug front controllers that are deployed by accident to production servers.

symfony/security-bundle/etc/packages/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
security:
2-
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
2+
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
33
providers:
44
in_memory: { memory: null }
55
firewalls:
@@ -12,7 +12,7 @@ security:
1212
# activate different ways to authenticate
1313

1414
# http_basic: null
15-
# http://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
15+
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
1616

1717
# form_login: null
18-
# http://symfony.com/doc/current/cookbook/security/form_login_setup.html
18+
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html

0 commit comments

Comments
 (0)