Skip to content

Commit

Permalink
Merge "[FAB-9183] Replace named links with anonymous links"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Mar 28, 2018
2 parents dd516e9 + e419977 commit 6e13a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/source/chaincode4ade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Chaincode API

Every chaincode program must implement the ``Chaincode interface``:

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

whose methods are called in response to received transactions.
In particular the ``Init`` method is called when a
Expand All @@ -39,8 +39,8 @@ application state. The ``Invoke`` method is called in response to receiving an

The other interface in the chaincode "shim" APIs is the ``ChaincodeStubInterface``:

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

which is used to access and modify the ledger, and to make invocations between
chaincodes.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/commands/fabric-ca-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Fabric-CA Client
The fabric-ca-client command allows you to manage identities (including attribute management)
and certificates (including renewal and revocation).

More information on ``fabric-ca-client`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.1/clientcli.html#fabric-ca-client-s-cli>`_.
More information on ``fabric-ca-client`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.1/clientcli.html#fabric-ca-client-s-cli>`__.

Fabric-CA Server
^^^^^^^^^^^^^^^^^

The fabric-ca-server command allows you to initialize and start a server process which may host
one or more certificate authorities.

More information on ``fabric-ca-server`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.1/servercli.html#fabric-ca-server-s-cli>`_.
More information on ``fabric-ca-server`` commands can be found `here <https://hyperledger-fabric-ca.readthedocs.io/en/release-1.1/servercli.html#fabric-ca-server-s-cli>`__.

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/

0 comments on commit 6e13a04

Please sign in to comment.