8000 Fix wrong references · symfony/symfony-docs@6938b8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6938b8c

Browse files
committed
Fix wrong references
1 parent 435682b commit 6938b8c

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

event_dispatcher/event_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ them by executing any piece of code.
1212
Internal events provided by Symfony itself are defined in the
1313
:class:`Symfony\\Component\\HttpKernel\\KernelEvents` class. Third-party bundles
1414
and libraries also trigger lots of events and your own application can trigger
15-
:doc:`custom events </components/event_dispatcher/index>`.
15+
:doc:`custom events </components/event_dispatcher>`.
1616

1717
All the examples shown in this article use the same ``KernelEvents::EXCEPTION``
1818
event for consistency purposes. In your own application, you can use any event

index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Symfony Documentation
1111
page_creation
1212
introduction/from_flat_php_to_symfony2
1313
introduction/symfony1
14-
web_server/index
1514
web_services/index
16-
workflow/index
17-
composer/installation
1815

1916
Quick Tour
2017
----------
@@ -82,6 +79,7 @@ Advanced Topics
8279
profiler
8380
request
8481
session
82+
set_up
8583

8684
Best Practices
8785
--------------

install/unstable_versions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Creating a New Project Based on an Unstable Symfony Version
88
-----------------------------------------------------------
99

< 8000 /code>
1010
Suppose that Symfony 2.7 version hasn't been released yet and you want to create
11-
a new project to test its features. First, :doc:`install the Composer </composer/installation>`
11+
a new project to test its features. First, :doc:`install the Composer </set_up/composer>`
1212
package manager. Then, open a command console, enter your project's directory and
1313
execute the following command:
1414

@@ -56,7 +56,7 @@ If you prefer to test a Symfony beta version, replace the ``"2.7.*@dev"`` constr
5656
by ``"2.7.0-beta1"`` to install a specific beta number or ``2.7.*@beta`` to get
5757
the most recent beta version.
5858

59-
After upgrading the Symfony version, read the :doc:`Symfony Upgrading Guide </upgrade/index>`
59+
After upgrading the Symfony version, read the :ref:`Symfony Upgrading Guide <upgrade-major-symfony-deprecations>`
6060
to learn how you should proceed to update your application's code in case the new
6161
Symfony version has deprecated some of its features.
6262

service_container/expression_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ which has a ``getMailerMethod()`` method on it, which will return a string
1515
like ``sendmail`` based on some configuration. Remember that the first argument
1616
to the ``my_mailer`` service is the simple string ``sendmail``:
1717

18-
.. include:: /_includes/service_container/_service_container_my_mailer.rst.inc
18+
.. include:: /_includes/service_container/_my_mailer.rst.inc
1919

2020
But instead of hardcoding this, how could we get this value from the ``getMailerMethod()``
2121
of the new ``mailer_configuration`` service? One way is to use an expression:

set_up/new_project_svn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ How to Create and Store a Symfony Project in Subversion
99
.. tip::
1010

1111
This entry is specifically about Subversion, and based on principles found
12-
in :doc:`/setup/new_project_git`.
12+
in :doc:`/set_up/new_project_git`.
1313

1414
Once you've read through :doc:`/page_creation` and become familiar with
1515
using Symfony, you'll no-doubt be ready to start your own project. The

0 commit comments

Comments
 (0)
0