From 8ea6564cb9ea30b52b8daabf4ada464e58be04ec Mon Sep 17 00:00:00 2001 From: Walter Oggioni <6357328+woggioni@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:05:28 +0000 Subject: [PATCH] fixed unformatted and hardcoded link (#6035) --- docs/source/generating-a-node.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/generating-a-node.rst b/docs/source/generating-a-node.rst index 14a2dc9c82..98d9bdcf46 100644 --- a/docs/source/generating-a-node.rst +++ b/docs/source/generating-a-node.rst @@ -12,7 +12,7 @@ A node can be created manually by creating a folder that contains the following * A folder entitled ``cordapps`` containing any CorDapp JARs you want the node to load -* An up-to-date version of the ``network-parameters`` file ([see docs:](https://docs.corda.net/network-map.html#network-parameters)) generated by the bootstrapper tool +* An up-to-date version of the ``network-parameters`` file (:ref:`see docs `) generated by the bootstrapper tool * **Optional:** A webserver JAR entitled ``corda-webserver-|corda_version|.jar`` that will connect to the node via RPC