From 4075e29120677dc31c015e82da06b0da34edfb9e Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 26 Jul 2018 10:09:35 +0100 Subject: [PATCH] Fixes formatting. Fixes link. (#3693) --- docs/source/blob-inspector.rst | 18 ++++++++++-------- docs/source/network-bootstrapper.rst | 3 +-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/source/blob-inspector.rst b/docs/source/blob-inspector.rst index 38d7998a7d..90c3e96976 100644 --- a/docs/source/blob-inspector.rst +++ b/docs/source/blob-inspector.rst @@ -2,11 +2,11 @@ Blob Inspector ============== There are many benefits to having a custom binary serialisation format (see :doc:`serialization` for details) but one -disadvantage is the inability to view the contents in a human-friendly manner. The blob inspector tool alleviates this issue -by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It uses -``JacksonSupport`` to do this (see :doc:`json`). +disadvantage is the inability to view the contents in a human-friendly manner. The Corda Blob Inspector tool alleviates +this issue by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It +uses ``JacksonSupport`` to do this (see :doc:`json`). -The latest version of the tool can be downloaded from `here `_. +The tool can be downloaded from `here `_. To run simply pass in the file or URL as the first parameter:: @@ -51,8 +51,9 @@ Example Here's what a node-info file from the node's data directory may look like: -**-\\-format=YAML** -:: +* YAML: + +.. sourcecode:: none net.corda.nodeapi.internal.SignedNodeInfo --- @@ -69,8 +70,9 @@ Here's what a node-info file from the node's data directory may look like: - !!binary |- VFRy4frbgRDbCpK1Vo88PyUoj01vbRnMR3ROR2abTFk7yJ14901aeScX/CiEP+CDGiMRsdw01cXt\nhKSobAY7Dw== -**-\\-format=JSON** -:: +* JSON: + +.. sourcecode:: none net.corda.nodeapi.internal.SignedNodeInfo { diff --git a/docs/source/network-bootstrapper.rst b/docs/source/network-bootstrapper.rst index 5d28f87d1d..8d9dce1ad4 100644 --- a/docs/source/network-bootstrapper.rst +++ b/docs/source/network-bootstrapper.rst @@ -24,8 +24,7 @@ You can find out more about network maps and network parameters from :doc:`netwo Bootstrapping a test network ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The bootstrapper can be downloaded from https://downloads.corda.net/network-bootstrapper-VERSION.jar, where ``VERSION`` -is the Corda version. +The Corda Network Bootstrapper can be downloaded from `here `_. Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. Then run the following command: