@@ -30,7 +30,7 @@ Alternatively, you can use the `Docker installer and runtime for
30
30
Symfony `_ provided by Kévin Dunglas (community supported).
31
31
32
32
It 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)
34
34
as well as a development reverse proxy (Apache) supporting HTTP/2 Server Push
35
35
and HTTPS (most clients only support HTTP/2 over TLS).
36
36
@@ -70,7 +70,7 @@ Symfony comes with a `nice integration with of the most popular CSS framework`_.
70
70
.. note::
71
71
72
72
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>`
74
74
to install Bootstrap.
75
75
76
76
Now, 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:
93
93
</html>
94
94
95
95
And 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>`:
97
97
98
98
.. code-block:: yaml
99
99
@@ -253,7 +253,7 @@ or any service:
253
253
.. seealso ::
254
254
255
255
As all Symfony components, WebLink can be used :doc: `as a
256
- standalone PHP library </components/weblink>`_ .
256
+ standalone PHP library </components/weblink>`.
257
257
258
258
To see how WebLink is used in the wild, take a look to the `Bolt `_
259
259
and `Sulu `_ CMS, they both use WebLink to trigger HTTP/2 pushes.
0 commit comments