Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Changed link to docs instead of code
  • Loading branch information
wouterj committed Jun 21, 2013
commit 239a6e9f03fc6328f8aa1e24619b7304e9652b71
5 changes: 2 additions & 3 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ application with HTTP Basic authentication.

.. note::

`Symfony's security component`_ is available as a standalone PHP library
for use inside any PHP project.
:doc:`Symfony's security component </components/security/introduction>` is
available as a standalone PHP library for use inside any PHP project.

Basic Example: HTTP Authentication
----------------------------------
Expand Down Expand Up @@ -2040,7 +2040,6 @@ Learn more from the Cookbook
* :doc:`Access Control Lists (ACLs) </cookbook/security/acl>`
* :doc:`/cookbook/security/remember_me`

.. _`Symfony's security component`: https://github.com/symfony/Security
.. _`JMSSecurityExtraBundle`: http://jmsyst.com/bundles/JMSSecurityExtraBundle/1.2
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle
.. _`implement the \Serializable interface`: http://php.net/manual/en/class.serializable.php
Expand Down