From 7919ea1517f684a8fbc47264fde59f025c090cf6 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 11 May 2024 01:51:19 +0500 Subject: [PATCH 1/2] Link fixes Signed-off-by: alexey semenyuk --- charts/firefly/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/firefly/README.md b/charts/firefly/README.md index 6afb64c..bfb064a 100644 --- a/charts/firefly/README.md +++ b/charts/firefly/README.md @@ -353,7 +353,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: @@ -397,7 +397,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/tree/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. @@ -699,4 +699,4 @@ As a result, you can configure Terraform to use the FireFly chart by either: chart = "firefly-0.7.0.tgz" // ... } - ``` \ No newline at end of file + ``` From 74b6fbcfd78c44fc4eb3d4689b28aeb73c495af0 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 11 May 2024 01:55:00 +0500 Subject: [PATCH 2/2] Fix link Signed-off-by: alexey semenyuk --- charts/firefly/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/firefly/README.md b/charts/firefly/README.md index bfb064a..0da03f9 100644 --- a/charts/firefly/README.md +++ b/charts/firefly/README.md @@ -397,7 +397,7 @@ its chaincode on behalf of the organization it's representing. #### Chaincode -By default, the chart assumes the [FireFly chaincode](https://github.com/hyperledger/firefly/tree/main/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.