Skip to content

Commit

Permalink
[FAB-12647] Broken links
Browse files Browse the repository at this point in the history
fixing broken links
Change-Id: Ie64787913d9df6d94812cbee9038112b4b759c05
Signed-off-by: pama-ibm <pama@ibm.com>
  • Loading branch information
pamandrejko committed Nov 6, 2018
1 parent 0125e23 commit cd988c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://fabric-shim.github.io/fabric-shim.ChaincodeInterface.html>`_.
`documentation <https://fabric-shim.github.io/ChaincodeInterface.html>`_.


.. note:: For more information on the Java shim, please refer to its
`documentation <https://fabric-chaincode-java.github.io/org/hyperledger/fabric/shim/Chaincode.html>`_.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/chaincode4ade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Chaincode API
Every chaincode program must implement the ``Chaincode`` interface:

- `Go <https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim#Chaincode>`__
- `node.js <https://fabric-shim.github.io/fabric-shim.ChaincodeInterface.html>`__
- `node.js <https://fabric-shim.github.io/ChaincodeInterface.html>`__
- `Java <https://fabric-chaincode-java.github.io/org/hyperledger/fabric/shim/Chaincode.html>`_

whose methods are called in response to received transactions.
Expand All @@ -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 <https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim#ChaincodeStubInterface>`__
- `node.js <https://fabric-shim.github.io/fabric-shim.ChaincodeStub.html>`__
- `node.js <https://fabric-shim.github.io/ChaincodeStub.html>`__
- `Java <https://fabric-chaincode-java.github.io/org/hyperledger/fabric/shim/ChaincodeStub.html>`_

which is used to access and modify the ledger, and to make invocations between
Expand Down
2 changes: 1 addition & 1 deletion docs/source/idemix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hyperledger/fabric-sdk-java/blob/release-1.3/src/test/fixture/sdkintegration/gocc/sample1/src/github.com/example_cc/example_cc.go>`_.
`this java SDK example <https://github.com/hyperledger/fabric-sdk-java/blob/master/src/test/fixture/sdkintegration/gocc/sampleIdemix/src/github.com/example_cc/example_cc.go>`_.

Current limitations
-------------------
Expand Down

0 comments on commit cd988c0

Please sign in to comment.