Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Update links to the documentation #1022

Merged
merged 1 commit into from
Nov 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/Resources/views/default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</svg>

Read the documentation to learn
<a href="http://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION')[:3] }}/book/page_creation.html">
<a href="http://symfony.com/doc/{{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION')[:3] }}/page_creation.html">
How to create your first page in Symfony
</a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions app/config/security.yml
Original file line number Diff line number Diff line change
@@ -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: ~
Expand All @@ -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
2 changes: 1 addition & 1 deletion app/config/services.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion app/console
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<?php

// if you don't want to setup permissions the proper way, just uncomment the following PHP line
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
// read http://symfony.com/doc/current/setup.html#checking-symfony-application-configuration-and-setup
// for more information
//umask(0000);

set_time_limit(0);
Expand Down
2 changes: 1 addition & 1 deletion web/app_dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Symfony\Component\Debug\Debug;

// If you don't want to setup permissions the proper way, just uncomment the following PHP line
// read http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
// read http://symfony.com/doc/current/setup.html#checking-symfony-application-configuration-and-setup
// for more information
//umask(0000);

Expand Down