Skip to content

Commit 208a98c

Browse files
committed
Changed normal link to special :phpfunction: link
1 parent 6d185d5 commit 208a98c

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)