From 4f20829009e75f7949d65fd24f2c8160debac3cf Mon Sep 17 00:00:00 2001 From: Jonathan Locke <36930160+lockathan@users.noreply.github.com> Date: Fri, 21 Jun 2019 09:29:07 +0100 Subject: [PATCH] CORDA-2999 - Corrected network builder JAR url in docs (#5215) The link to the network builder executable JAR was incorrect in the file network-builder.rst It was pointing to a version 4.0 of the network builder JAR which does not exist. The link was changed to point to the most recent version, which is 3.2.1847. --- docs/source/network-builder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/network-builder.rst b/docs/source/network-builder.rst index 2a498eb142..70949f52c4 100644 --- a/docs/source/network-builder.rst +++ b/docs/source/network-builder.rst @@ -12,7 +12,7 @@ The network you build will either be made up of local ``docker`` nodes *or* of n containers. More backends may be added in future. The tool is open source, so contributions to add more destinations for the containers are welcome! -`Download the Corda Network Builder `_. +`Download the Corda Network Builder `_. .. _pre-requisites: