From 37f9eb31f7f4c2f19cf60d3052bdb8dad20c73ef Mon Sep 17 00:00:00 2001 From: bpaunescu Date: Fri, 15 Feb 2019 16:45:55 +0000 Subject: [PATCH] Fixed typo in bootstrapper doc; specify text for anchor (#4764) * Fixed typo in bootstrapper doc; specify text for anchor * used a better name --- docs/source/network-bootstrapper.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/network-bootstrapper.rst b/docs/source/network-bootstrapper.rst index 3be224809e..63fb3f7c95 100644 --- a/docs/source/network-bootstrapper.rst +++ b/docs/source/network-bootstrapper.rst @@ -105,7 +105,7 @@ Modifying a bootstrapped network The Network Bootstrapper is provided as a development tool for setting up Corda networks for development and testing. There is some limited functionality which can be used to make changes to a network, but for anything more complicated consider -using a :doc:`network-map` server. +using a :doc:`Network Map` server. When running the Network Bootstrapper, each ``node-info`` file needs to be gathered together in one directory. If the nodes are being run on different machines you need to do the following: @@ -266,7 +266,7 @@ Overriding network parameters via a file You can provide a network parameters overrides file using the following syntax: -``java -jar network-bootstrapper-VERSION.jar --network-parameters-overrides=`` +``java -jar network-bootstrapper-VERSION.jar --network-parameter-overrides=`` Or alternatively, by using the short form version: @@ -336,7 +336,7 @@ See `Naming a Package `_. -The packages can be registered by supplying a network parameters override config file via the command line, using the ``--network-parameters-overrides`` command. +The packages can be registered by supplying a network parameters override config file via the command line, using the ``--network-parameter-overrides`` command. For each package to be registered, the following are required: