Skip to content

Commit

Permalink
Fixing firefly urls
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <chengxuan.xing@kaleido.io>
  • Loading branch information
Chengxuan committed Jul 9, 2024
1 parent e1b9ecb commit c3a18a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/src/constants/ResourceUrls.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export const ResourceUrls = {
fireflyDiscordInvite: 'https://discord.gg/hyperledger',
fireflyFFI:
'https://hyperledger.github.io/firefly/reference/firefly_interface_format',
'https://hyperledger.github.io/firefly/latest/reference/firefly_interface_format',
fireflySDK: 'https://github.com/hyperledger/firefly-sdk-nodejs',
fireflyTutorial: 'https://hyperledger.github.io/firefly/tutorials',
fireflyTutorial: 'https://hyperledger.github.io/firefly/latest/tutorials',
fireflyTutorialExampleSC:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/ethereum.html#example-smart-contract',
'https://hyperledger.github.io/firefly/latest/tutorials/custom_contracts/ethereum/#example-smart-contract',
fireflyTutorialEvents:
'https://hyperledger.github.io/firefly/tutorials/events.html',
'https://hyperledger.github.io/firefly/latest/tutorials/events',
fireflyTutorialDeployContract:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/ethereum.html#contract-deployment',
'https://hyperledger.github.io/firefly/latest/tutorials/custom_contracts/ethereum#contract-deployment',
fireflyTutorialDeployContractFabric:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/fabric.html',
'https://hyperledger.github.io/firefly/latest/tutorials/custom_contracts/fabric',
sandBoxGH: 'https://github.com/hyperledger/firefly-sandbox',
solidityABI:
'https://docs.ethers.io/v5/api/utils/abi/formats/#abi-formats--solidity',
Expand Down

0 comments on commit c3a18a6

Please sign in to comment.