Skip to content

Commit dccb6f8

Browse files
committed
Fix build errors
1 parent 026be06 commit dccb6f8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

components/class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ which makes it possible
2929
:doc:`to cache the results of a class loader </components/class_loader/cache_class_loader>`.
3030

3131
When using the :doc:`Debug component </components/debug>`, you
32-
can also use a special :doc:`DebugClassLoader </components/debug/class_loader>`
32+
can also use a special :ref:`DebugClassLoader <component-debug-class-loader>`
3333
that eases debugging by throwing more helpful exceptions when a class could
3434
not be found by a class loader.
3535

components/class_loader/debug_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Debugging a Class Loader
55

66
The ``DebugClassLoader`` from the ClassLoader component was deprecated
77
in Symfony 2.5 and will be removed in Symfony 3.0. Use the
8-
:doc:`DebugClassLoader provided by the Debug component </components/debug/class_loader>`.
8+
:ref:`DebugClassLoader provided by the Debug component <component-debug-class-loader>`.

components/debug.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ and more useful::
7373
available, the handler uses a Symfony Response object; if not, it falls
7474
back to a regular PHP response.
7575

76+
.. _component-debug-class-loader:
77+
7678
Debugging a Class Loader
7779
------------------------
7880

index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Advanced Topics
8282
expressions
8383
frontend
8484
performance
85+
profiler
86+
request
87+
session
8588

8689
Best Practices
8790
--------------

security.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,11 +1415,10 @@ parts are when you have custom requirements: like a custom authentication
14151415
strategy (e.g. API tokens), complex authorization logic and many other things
14161416
(because security is complex!).
14171417

1418-
Fortunately, there are a lot of :doc:`Security Cookbook Articles </security/index>`
1419-
aimed at describing many of these situations. Also, see the
1420-
:doc:`Security Reference Section </reference/configuration/security>`. Many
1421-
of the options don't have specific details, but seeing the full possible
1422-
configuration tree may be useful.
1418+
Fortunately, there are a lot of Security Cookbook Articles aimed at describing
1419+
many of these situations. Also, see the :doc:`Security Reference Section
1420+
</reference/configuration/security>`. Many of the options don't have specific
1421+
details, but seeing the full possible configuration tree may be useful.
14231422

14241423
Good luck!
14251424

@@ -1433,9 +1432,7 @@ Authentication (Identifying/Logging in the User)
14331432
:maxdepth: 1
14341433

14351434
security/form_login_setup
1436-
security/ldap
14371435
security/entity_provider
1438-
security/guard-authentication
14391436
security/remember_me
14401437
security/impersonating_user
14411438
security/form_login
@@ -1448,10 +1445,8 @@ Authentication (Identifying/Logging in the User)
14481445
security/csrf_in_login_form
14491446
security/named_encoders
14501447
security/multiple_user_providers
1451-
security/multiple_guard_authenticators
14521448
security/firewall_restriction
14531449
security/host_restriction
1454-
security/user_checkers
14551450

14561451
Authorization (Denying Access)
14571452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)