Skip to content

Commit

Permalink
[FAB-8652] update invalid link
Browse files Browse the repository at this point in the history
Change-Id: Ife9d38d7e437e9140ab324436bf24180309c828c
Signed-off-by: zhaochy <[email protected]>
  • Loading branch information
zhaochy1990 committed Mar 6, 2018
1 parent 1d6fd36 commit 0275031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric-client/lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ var Client = class extends BaseClient {

/**
* Determine if the fabric backend is started in
* [development mode]{@link http://hyperledger-fabric.readthedocs.io/en/latest/Setup/Chaincode-setup.html?highlight=development%20mode}.
* [development mode]{@link http://hyperledger-fabric.readthedocs.io/en/latest/chaincode4ade.html?highlight=develop%20mode#testing-using-dev-mode}.
* In development mode, the endorsing peers will not attempt to spin up a docker instance to run
* the target chaincode requested by a transaction proposal, but instead redirect the invocation
* requests to the chaincode process that has registered itself with the endorsing peer. This makes
* it easier to test changes to the chaincode during chaincode development.
* <br><br>
* The client instance can be set to dev mode to reflect the backend's development mode. This will
* cause the SDK to make adjustments in certain behaviors such as not sending the chaincode package
* to the peers during chanicode install.
* to the peers during chaincode install.
*/
isDevMode() {
return this._devMode;
Expand Down

0 comments on commit 0275031

Please sign in to comment.