Skip to content

Commit 198af63

Browse files
committed
Merge pull request #2250 from WouterJ/patch-12
Changed normal link to special :phpfunction: link
2 parents 1016517 + 208a98c commit 198af63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/configuration/framework.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ assets_version_format
240240

241241
**type**: ``string`` **default**: ``%%s?%%s``
242242

243-
This specifies a `sprintf()`_ pattern that will be used with the `assets_version`_
243+
This specifies a :phpfunction:`sprintf` pattern that will be used with the `assets_version`_
244244
option to construct an asset's path. By default, the pattern adds the asset's
245245
version as a query string. For example, if ``assets_version_format`` is set to
246246
``%%s?version=%%s`` and ``assets_version`` is set to ``5``, the asset's path
@@ -372,4 +372,3 @@ Full Default Configuration
372372
debug: true
373373
374374
.. _`protocol-relative`: http://tools.ietf.org/html/rfc3986#section-4.2
375-
.. _`sprintf()`: http://php.net/manual/en/function.sprintf.php

0 commit comments

Comments
 (0)