diff --git a/charts/firefly/README.md b/charts/firefly/README.md index 1ef6430..fa8744b 100644 --- a/charts/firefly/README.md +++ b/charts/firefly/README.md @@ -9,7 +9,7 @@ package manager. It can be used to deploy a single FireFly node for an individua ### Table of Contents - [FireFly](#firefly) - - [Table of Contents](#table-of-contents) + - [Table of Contents](#table-of-contents) - [Prerequisites](#prerequisites) - [Get Repo Info](#get-repo-info) - [Install Chart](#install-chart) @@ -349,7 +349,7 @@ core: #### Smart Contract Deployment -Currently, the chart offers no way for one to manage the [FireFly smart contract](../../../smart_contracts/ethereum/solidity_firefly/contracts/Firefly.sol). +Currently, the chart offers no way for one to manage the [FireFly smart contract](https://github.com/hyperledger/firefly/blob/main/smart_contracts/ethereum/solidity_firefly/contracts/Firefly.sol). Instead, the chart assumes it is already pre-provisioned via Ethconnect by one of the organizations. If you have the contract available as gateway contract on Ethconnect, you can then deploy it via the API: @@ -393,7 +393,7 @@ its chaincode on behalf of the organization it's representing. #### Chaincode -By default, the chart assumes the [FireFly chaincode](../../../smart_contracts/fabric/firefly-go/) is deployed to the +By default, the chart assumes the [FireFly chaincode](https://github.com/hyperledger/firefly/blob/main/smart_contracts/fabric/firefly-go) is deployed to the `default-channel` with the name `firefly_go`. If the chaincode was deployed to a different channel or with a different name you can set `config.fabconnectChannel` and `config.fireflyChaincode` accordingly.