Skip to content

Commit

Permalink
Merge pull request #95 from Chengxuan/main
Browse files Browse the repository at this point in the history
fixing broken links
  • Loading branch information
dechdev authored Aug 1, 2022
2 parents adce397 + d566a05 commit e67e240
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/src/constants/ResourceUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export const ResourceUrls = {
fireflySDK: 'https://github.com/hyperledger/firefly-sdk-nodejs',
fireflyTutorial: 'https://hyperledger.github.io/firefly/tutorials',
fireflyTutorialExampleSC:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts.html#example-smart-contract',
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/ethereum.html#example-smart-contract',
fireflyTutorialEvents:
'https://hyperledger.github.io/firefly/tutorials/events.html',
fireflyTutorialDeployContract:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts.html#contract-deployment',
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/ethereum.html#contract-deployment',
fireflyTutorialDeployContractFabric:
'https://hyperledger.github.io/firefly/tutorials/custom_contracts/fabric.html',
sandBoxGH: 'https://github.com/hyperledger/firefly-sandbox',
Expand Down

0 comments on commit e67e240

Please sign in to comment.