Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
46e6e283
Commit
46e6e283
authored
Feb 07, 2013
by
Victor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Fix references to Symfony 2.0
parent
9eb3b9b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/providers/service_controller.rst
doc/providers/service_controller.rst
+1
-1
doc/providers/validator.rst
doc/providers/validator.rst
+1
-1
No files found.
doc/providers/service_controller.rst
View file @
46e6e283
...
...
@@ -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
easily be used in a Symfony (full stack) application, or potentially with other
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.
.. code-block:: php
...
...
doc/providers/validator.rst
View file @
46e6e283
...
...
@@ -221,4 +221,4 @@ provider and register the messages under the ``validators`` domain::
);
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>`_.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment