Commit e448d255 authored by Fabien Potencier's avatar Fabien Potencier

merged branch neurolit/documentation (PR #343)

Commits
-------

49c7de48 	Fixed inter-documentation link (from relative to absolute)

Discussion
----------

Fixed inter-documentation link (from relative to absolute)

I should have used an absolute link instead of a relative one.

---------------------------------------------------------------------------

by neurolit at 2012-05-31T20:26:27Z

A new pull request, without annoying merge commit.
parents ce2c526a 49c7de48
...@@ -180,7 +180,7 @@ templates: ...@@ -180,7 +180,7 @@ templates:
{{ app.translator.trans('translation_key') }} {{ app.translator.trans('translation_key') }}
Moreover, when using the Twig bridge provided by Symfony (see Moreover, when using the Twig bridge provided by Symfony (see
:doc:`TwigServiceProvider <twig>`), you will be allowed to translate :doc:`TwigServiceProvider </providers/twig>`), you will be allowed to translate
strings in the Twig way: strings in the Twig way:
.. code-block:: jinja .. code-block:: jinja
......
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