diff --git a/README.md b/README.md index 5ae0da5430..6c71f531f5 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,12 @@ released under the MIT or BSD license. Enjoy! -[1]: https://symfony.com/doc/2.7/book/installation.html +[1]: https://symfony.com/doc/2.7/setup.html [6]: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html -[7]: https://symfony.com/doc/2.7/book/doctrine.html -[8]: https://symfony.com/doc/2.7/book/templating.html -[9]: https://symfony.com/doc/2.7/book/security.html -[10]: https://symfony.com/doc/2.7/cookbook/email.html -[11]: https://symfony.com/doc/2.7/cookbook/logging/monolog.html -[12]: https://symfony.com/doc/2.7/cookbook/assetic/asset_management.html -[13]: https://symfony.com/doc/2.7/bundles/SensioGeneratorBundle/index.html +[7]: https://symfony.com/doc/2.7/doctrine.html +[8]: https://symfony.com/doc/2.7/templating.html +[9]: https://symfony.com/doc/2.7/security.html +[10]: https://symfony.com/doc/2.7/email.html +[11]: https://symfony.com/doc/2.7/logging.html +[12]: https://symfony.com/doc/2.7/assetic/asset_management.html +[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index aa88ca9fcf..1ce2bac829 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -36,7 +36,7 @@ Read the documentation to learn - + How to create your first page in Symfony

diff --git a/app/config/security.yml b/app/config/security.yml index 8072372c44..343eb49d06 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -1,8 +1,8 @@ # To get started with security, check out the documentation: -# http://symfony.com/doc/current/book/security.html +# http://symfony.com/doc/current/security.html security: - # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers + # http://symfony.com/doc/current/security.html#b-configuring-how-users-are-loaded providers: in_memory: memory: ~ @@ -18,7 +18,7 @@ security: # activate different ways to authenticate # http_basic: ~ - # http://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate + # http://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate # form_login: ~ # http://symfony.com/doc/current/cookbook/security/form_login_setup.html diff --git a/app/config/services.yml b/app/config/services.yml index 5c76fc5988..5a805ca49f 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -1,5 +1,5 @@ # Learn more about services, parameters and containers at -# http://symfony.com/doc/current/book/service_container.html +# http://symfony.com/doc/current/service_container.html parameters: # parameter_name: value diff --git a/app/console b/app/console index fa6a36e249..8fd1cbf031 100755 --- a/app/console +++ b/app/console @@ -2,7 +2,8 @@