mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Fixed typo in bootstrapper doc; specify text for anchor (#4764)
* Fixed typo in bootstrapper doc; specify text for anchor * used a better name
This commit is contained in:
parent
a17ab0d547
commit
37f9eb31f7
@ -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</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=<path_to_file>``
|
||||
``java -jar network-bootstrapper-VERSION.jar --network-parameter-overrides=<path_to_file>``
|
||||
|
||||
Or alternatively, by using the short form version:
|
||||
|
||||
@ -336,7 +336,7 @@ See `Naming a Package <https://docs.oracle.com/javase/tutorial/java/package/nami
|
||||
The registration of a Java package namespace requires the creation of a signed certificate as generated by the
|
||||
`Java keytool <https://docs.oracle.com/javase/8/docs/technotes/tools/windows/keytool.html>`_.
|
||||
|
||||
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user