Fix doc build warnings
[dcaegen2.git] / docs / sections / components / component-type-docker.rst
index bb6a5a7..da83a78 100755 (executable)
@@ -12,8 +12,8 @@ Overview
 Component developers are required to provide artifacts for the platform\r
 to be able to deploy your component including:\r
 \r
--  :any:`Component specification <docker-specification>`\r
--  :any:`One or more Data Formats <data-formats>` \*unless they already exist\r
+-  `Component specification <docker-specification>`\r
+-  `One or more Data Formats <data-formats>` \*unless they already exist\r
 -  `Docker image <#docker-on-the-platform>`__\r
 \r
 In addition, components will have to be enhanced to be compliant with\r
@@ -402,22 +402,22 @@ Envs
 The platform provides a set of environment variables into each Docker\r
 container:\r
 \r
-+--------------+--------------+----------------------------------------+\r
-| Name         | Type         | Description                            |\r
-+==============+==============+========================================+\r
-| ``HOSTNAME`` | string       | Unique name of the component instance  |\r
-|              |              | that is generated                      |\r
-+--------------+--------------+----------------------------------------+\r
-| ``CONSUL_HOS | string       | Hostname of the platform’s Consul      |\r
-| T``          |              | instance                               |\r
-+--------------+--------------+----------------------------------------+\r
-| ``CONFIG_BIN | string       | Hostname of the platform’s config      |\r
-| DING_SERVICE |              | binding service instance               |\r
-| ``           |              |                                        |\r
-+--------------+--------------+----------------------------------------+\r
-| ``DOCKER_HOS | string       | Host of the target platform Docker     |\r
-| T``          |              | host to run the container on           |\r
-+--------------+--------------+----------------------------------------+\r
++----------------------------+--------------+----------------------------------------+\r
+| Name                       | Type         | Description                            |\r
++============================+==============+========================================+\r
+| ``HOSTNAME``               | string       | Unique name of the component instance  |\r
+|                            |              | that is generated                      |\r
++----------------------------+--------------+----------------------------------------+\r
+| ``CONSUL_HOST``            | string       | Hostname of the platform's Consul      |\r
+|                            |              | instance                               |\r
++----------------------------+--------------+----------------------------------------+\r
+| ``CONFIG_BINDING_SERVICE`` | string       | Hostname of the platform's config      |\r
+|                            |              | binding service instance               |\r
+|                            |              |                                        |\r
++----------------------------+--------------+----------------------------------------+\r
+| ``DOCKER_HOST``            | string       | Host of the target platform Docker     |\r
+|                            |              | host to run the container on           |\r
++----------------------------+--------------+----------------------------------------+\r
 \r
 Operational Concerns\r
 --------------------\r