Skip to content

Add docs for the WebLink component #10309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
RST
  • Loading branch information
dunglas committed Sep 10, 2018
commit e12e776f79fcc269020a4bfd7debd536732ab0c7
4 changes: 2 additions & 2 deletions weblink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ HTTP/2!
.. image:: /_images/components/weblink/symfony4-http2.png

Let's create a very simple homepage using
the `Twig`_ templating engine.
the Twig_ templating engine.

The first step is to install the library itself:

Expand All @@ -61,7 +61,7 @@ Symfony is smart enough to download Twig, to automatically register it,
and to enable Symfony features requiring the library.
It also generates a base HTML5 layout in the ``templates/`` directory.

Now, download `Bootstrap`_, extract the archive and copy the file
Now, download Bootstrap_, extract the archive and copy the file
``dist/css/bootstrap.min.css`` in the ``public/`` directory of our
project.

Expand Down