Skip to content

Commit e3d4036

Browse files
committed
RST
1 parent 178821e commit e3d4036

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/weblink.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Basic usage::
4141

4242
.. seealso::
4343

44-
Read the :doc:`WebLink documentation </weblink>`_ to learn how
44+
Read the :doc:`WebLink documentation </weblink>` to learn how
4545
to use the features implemented by this component.
4646

4747
.. _`Web Links`: https://tools.ietf.org/html/rfc5988

weblink.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Alternatively, you can use the `Docker installer and runtime for
3030
Symfony`_ provided by Kévin Dunglas (community supported).
3131

3232
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)
3434
as well as a development reverse proxy (Apache) supporting HTTP/2 Server Push
3535
and 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
7676
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:
9393
</html>
9494
9595
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>`:
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

258258
To see how WebLink is used in the wild, take a look to the `Bolt`_
259259
and `Sulu`_ CMS, they both use WebLink to trigger HTTP/2 pushes.

0 commit comments

Comments
 (0)