Commit 46e6e283 authored by Victor's avatar Victor

[Doc] Fix references to Symfony 2.0

parent 9eb3b9b2
...@@ -78,7 +78,7 @@ tested/specced. You may also notice that the only external dependency is on ...@@ -78,7 +78,7 @@ tested/specced. You may also notice that the only external dependency is on
``Symfony\Component\HttpFoundation\JsonResponse``, meaning this controller could ``Symfony\Component\HttpFoundation\JsonResponse``, meaning this controller could
easily be used in a Symfony (full stack) application, or potentially with other easily be used in a Symfony (full stack) application, or potentially with other
applications or frameworks that know how to handle a `Symfony/HttpFoundation applications or frameworks that know how to handle a `Symfony/HttpFoundation
<http://symfony.com/doc/2.0/components/http_foundation/introduction.html>`_ <http://symfony.com/doc/master/components/http_foundation/introduction.html>`_
``Response`` object. ``Response`` object.
.. code-block:: php .. code-block:: php
......
...@@ -221,4 +221,4 @@ provider and register the messages under the ``validators`` domain:: ...@@ -221,4 +221,4 @@ provider and register the messages under the ``validators`` domain::
); );
For more information, consult the `Symfony2 Validation documentation For more information, consult the `Symfony2 Validation documentation
<http://symfony.com/doc/2.0/book/validation.html>`_. <http://symfony.com/doc/master/book/validation.html>`_.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment