Skip to content

Commit 079bd64

Browse files
dangarzonjms85
authored andcommitted
Change symfony-docs internal links avoiding absolute urls
1 parent cf32b4c commit 079bd64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

best_practices/web-assets.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ tools like GruntJS.
4949
Use Assetic to compile, combine and minimize web assets, unless you're
5050
comfortable with frontend tools like GruntJS.
5151

52-
`Assetic`_ is an asset manager capable of compiling assets developed with
53-
a lot of different frontend technologies like LESS, Sass and CoffeeScript.
52+
:doc:`Assetic </cookbook/assetic/asset_management>` is an asset manager capable
53+
of compiling assets developed with a lot of different frontend technologies
54+
like LESS, Sass and CoffeeScript.
5455
Combining all your assets with Assetic is a matter of wrapping all the assets
5556
with a single Twig tag:
5657

@@ -86,12 +87,11 @@ separating the repositories if you want).
8687
Learn More about Assetic
8788
------------------------
8889

89-
Assetic can also minimize CSS and JavaScript assets `using UglifyCSS/UglifyJS`_
90-
to speed up your websites. You can even `compress images`_ with Assetic to
91-
reduce their size before serving them to the user. Check out the
92-
`official Assetic documentation`_ to learn more about all the available features.
90+
Assetic can also minimize CSS and JavaScript assets
91+
:doc:`using UglifyCSS/UglifyJS </cookbook/assetic/uglifyjs>` to speed up your
92+
websites. You can even :doc:`compress images </cookbook/assetic/jpeg_optimize>`
93+
with Assetic to reduce their size before serving them to the user. Check out
94+
the `official Assetic documentation`_ to learn more about all the available
95+
features.
9396

94-
.. _`Assetic`: http://symfony.com/doc/current/cookbook/assetic/asset_management.html
95-
.. _`using UglifyCSS/UglifyJS`: http://symfony.com/doc/current/cookbook/assetic/uglifyjs.html
96-
.. _`compress images`: http://symfony.com/doc/current/cookbook/assetic/jpeg_optimize.html
9797
.. _`official Assetic documentation`: https://github.com/kriswallsmith/assetic

0 commit comments

Comments
 (0)