Doc links changed to new domain. Other doc fixes.

This commit is contained in:
Justin Mayer 2012-08-04 11:15:44 -07:00
commit beb4dccc8c
5 changed files with 25 additions and 22 deletions

View file

@ -468,7 +468,7 @@ template tag, for example:
.. code-block:: jinja
{% assets filters="cssmin", output="css/style.min.css", "css/inuit.css", "css/pygment-monokai.css", "css/main.css" %}
<link rel="stylesheet" href="{{ ASSET_URL }}">
<link rel="stylesheet" href="{{ ASSETS_URL }}">
{% endassets %}
will produce a minified css file with the version identifier: