From 27d29c731f1415781c5a1a13ffdb9dc5c0cc25cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wawrzyniec=20Niewodnicza=C5=84ski?= Date: Mon, 14 Jan 2019 16:12:51 +0000 Subject: [PATCH] More internal links --- docs/source/corda-configuration-file.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/corda-configuration-file.rst b/docs/source/corda-configuration-file.rst index 3053f2652f..4215b0dd67 100644 --- a/docs/source/corda-configuration-file.rst +++ b/docs/source/corda-configuration-file.rst @@ -50,7 +50,7 @@ Configuration file fields .. note :: The available configuration fields are listed below in alphabetic order. additionalP2PAddresses - An array of additional host:port values, which will be included in the advertised NodeInfo in the network map in addition to the ``p2pAddress``. + An array of additional host:port values, which will be included in the advertised NodeInfo in the network map in addition to the :ref:`p2pAddress `. Nodes can use this configuration option to advertise HA endpoints and aliases to external parties. *Default:* empty list @@ -339,7 +339,7 @@ networkParameterAcceptanceSettings *Default:* empty list -.. _corda_configuratation_file_networkServices: +.. _corda_configuration_file_networkServices: networkServices If the Corda compatibility zone services, both network map and registration (doorman), are not running on the same endpoint @@ -362,6 +362,7 @@ networkServices *Default:* not defined +.. _corda_configuration_file_p2pAddress: p2pAddress The host and port on which the node is available for protocol operations over ArtemisMQ.