Skip to content

Commit

Permalink
Merge pull request #75 from alex-semenyuk/fix_links
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
SamMayWork authored May 13, 2024
2 parents b310c5d + 74b6fbc commit 6cb6d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/firefly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/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.

Expand Down Expand Up @@ -699,4 +699,4 @@ As a result, you can configure Terraform to use the FireFly chart by either:
chart = "firefly-0.7.0.tgz"
// ...
}
```
```

0 comments on commit 6cb6d68

Please sign in to comment.