diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index 4995917dea6..3d8739af6fa 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -173,7 +173,8 @@ chaincode, pass the following command instead: ./byfn.sh up -l node .. note:: For more information on the Node.js shim, please refer to its - `documentation `_. + `documentation `_. + .. note:: For more information on the Java shim, please refer to its `documentation `_. diff --git a/docs/source/chaincode4ade.rst b/docs/source/chaincode4ade.rst index d5ca06056d1..f77a0ece065 100644 --- a/docs/source/chaincode4ade.rst +++ b/docs/source/chaincode4ade.rst @@ -40,7 +40,7 @@ Chaincode API Every chaincode program must implement the ``Chaincode`` interface: - `Go `__ - - `node.js `__ + - `node.js `__ - `Java `_ whose methods are called in response to received transactions. @@ -53,7 +53,7 @@ application state. The ``Invoke`` method is called in response to receiving an The other interface in the chaincode "shim" APIs is the ``ChaincodeStubInterface``: - `Go `__ - - `node.js `__ + - `node.js `__ - `Java `_ which is used to access and modify the ledger, and to make invocations between diff --git a/docs/source/idemix.rst b/docs/source/idemix.rst index d7337fa3bb5..058554e9b47 100644 --- a/docs/source/idemix.rst +++ b/docs/source/idemix.rst @@ -153,7 +153,7 @@ If Fabric CA is the credential issuer: and a value of ``2``. For an example of using the `cid` library to retrieve these attributes, see -`this java SDK example `_. +`this java SDK example `_. Current limitations -------------------