Skip to content

Commit

Permalink
Merge pull request #122 from Chengxuan/patch-1
Browse files Browse the repository at this point in the history
Fixing firefly urls
  • Loading branch information
EnriqueL8 authored Jul 17, 2024
2 parents a6157f0 + c3a18a6 commit 01cc871
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 01cc871

Please sign in to comment.