@@ -30,7 +30,7 @@ Alternatively, you can use the `Docker installer and runtime for
3030Symfony `_ provided by Kévin Dunglas (community supported).
3131
3232It includes everything you need to run Symfony
33- (PHP:doc: `configured properly for Symfony </performance >`_ , and Composer)
33+ (PHP:doc: `configured properly for Symfony </performance >`, and Composer)
3434as well as a development reverse proxy (Apache) supporting HTTP/2 Server Push
3535and HTTPS (most clients only support HTTP/2 over TLS).
3636
@@ -70,7 +70,7 @@ Symfony comes with a `nice integration with of the most popular CSS framework`_.
7070.. note::
7171
7272 In a real project, you should use Yarn or NPM with
73- :doc:`Symfony Encore </frontend/encore/bootstrap>`_
73+ :doc:`Symfony Encore </frontend/encore/bootstrap>`
7474 to install Bootstrap.
7575
7676Now, it's time to create the template of our homepage:
@@ -93,7 +93,7 @@ Now, it's time to create the template of our homepage:
9393 </html>
9494
9595And finally, register our new template as the homepage using the builtin
96- :doc:`TemplateController </templating/render_without_controller>`_ :
96+ :doc:`TemplateController </templating/render_without_controller>`:
9797
9898.. code-block:: yaml
9999
@@ -253,7 +253,7 @@ or any service:
253253 ..seealso ::
254254
255255 As all Symfony components, WebLink can be used:doc: `as a
256- standalone PHP library </components/weblink>`_ .
256+ standalone PHP library </components/weblink>`.
257257
258258To see how WebLink is used in the wild, take a look to the `Bolt `_
259259and `Sulu `_ CMS, they both use WebLink to trigger HTTP/2 pushes.