Skip to content

Commit

Permalink
Fix Broken link in cc as a service doc
Browse files Browse the repository at this point in the history
Signed-off-by: pama-ibm <pama@ibm.com>
  • Loading branch information
pamandrejko authored and sykesm committed Jan 8, 2020
1 parent 9b25eab commit 80febba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/cc_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this section we go over the configuration needed

### Modify the peer core.yaml to include the externalBuilder

Assume the scripts are on the peer in the `bin` directory as follows
Assume the scripts are on the peer in the `bin` directory as follows
```
<fully qualified path on the peer's env>
└── bin
Expand Down Expand Up @@ -245,7 +245,7 @@ When the GO chaincode is ready for deployment, you can package the chaincode as

## Running the chaincode as an external service

Create the chaincode as specified in the [Writing chaincode to run as an external service](writing-chaincode-to-run-as-an-external-service) section. Run the built executable in your environment of choice, such as Kubernetes or directly as a process on the peer machine.
Create the chaincode as specified in the [Writing chaincode to run as an external service](#writing-chaincode-to-run-as-an-external-service) section. Run the built executable in your environment of choice, such as Kubernetes or directly as a process on the peer machine.

Using this chaincode as an external service model, installing chaincode on each peer is no longer required. With the chaincode endpoint deployed to the peer instead and the chaincode running, you can continue to instantiate and invoke chaincode normally.

Expand Down

0 comments on commit 80febba

Please sign in to comment.