From 35675fe6b3a002e073613e90e00a4348553e1fdc Mon Sep 17 00:00:00 2001 From: Denys Havrysh Date: Mon, 22 Jan 2018 10:50:02 +0200 Subject: [PATCH] [DOC] Fix references on Salt Formulas page --- doc/topics/development/conventions/formulas.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/topics/development/conventions/formulas.rst b/doc/topics/development/conventions/formulas.rst index f2e6f1d276..eddb671712 100644 --- a/doc/topics/development/conventions/formulas.rst +++ b/doc/topics/development/conventions/formulas.rst @@ -981,10 +981,10 @@ The :py:func:`file.serialize ` state can provide a shorthand for creating some files from data structures. There are also many examples within Salt Formulas of creating one-off "serializers" (often as Jinja macros) that reformat a data structure to a specific config file format. For -example, `Nginx vhosts`__ or the `php.ini`__ +example, look at the`Nginx vhosts`_ states or the `php.ini`_ file template. -__: https://github.com/saltstack-formulas/nginx-formula/blob/5cad4512/nginx/ng/vhosts_config.sls -__: https://github.com/saltstack-formulas/php-formula/blob/82e2cd3a/php/ng/files/php.ini +.. _`Nginx vhosts`: https://github.com/saltstack-formulas/nginx-formula/blob/5cad4512/nginx/ng/vhosts_config.sls +.. _`php.ini`: https://github.com/saltstack-formulas/php-formula/blob/82e2cd3a/php/ng/files/php.ini Environment specific information ................................