diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bbc9ccd..ace8965 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,5 +4,5 @@ We welcome contributions to the FireFly Project in many forms, and there's always plenty to do! Please visit the -[contributors guide](https://hyperledger.github.io/firefly/contributors/) in the +[contributors guide](https://hyperledger.github.io/firefly/latest/contributors/) in the docs to learn how to make contributions to this exciting project. diff --git a/README.md b/README.md index e3afe28..063149c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![version-ui](https://img.shields.io/github/package-json/v/hyperledger/firefly-sandbox?color=orange&filename=ui%2Fpackage.json&label=firefly-sandbox-ui) ![version-server](https://img.shields.io/github/package-json/v/hyperledger/firefly-sandbox?color=orange&filename=server%2Fpackage.json&label=firefly-sandbox-server) -[![FireFly Documentation](https://img.shields.io/static/v1?label=FireFly&message=documentation&color=informational)](https://hyperledger.github.io/firefly//) +[![FireFly Documentation](https://img.shields.io/static/v1?label=FireFly&message=documentation&color=informational)](https://hyperledger.github.io/firefly/) ![Hyperledger FireFly](./images/hyperledger_firefly_logo.png) @@ -50,10 +50,10 @@ that may be helpful to reference: Interested in contributing to the community? -Check out our [Contributor Guide](https://hyperledger.github.io/firefly/contributors/contributors.html), and welcome! +Check out our [Contributor Guide](https://hyperledger.github.io/firefly/latest/contributors/contributors.html), and welcome! Please adhere to this project's [Code of Conduct](CODE_OF_CONDUCT.md). ## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. \ No newline at end of file +Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. diff --git a/ui/src/constants/TutorialSections.tsx b/ui/src/constants/TutorialSections.tsx index 5c766c3..1eb6eb8 100644 --- a/ui/src/constants/TutorialSections.tsx +++ b/ui/src/constants/TutorialSections.tsx @@ -59,7 +59,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.BROADCAST, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/broadcast_data.html', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/broadcast_data.html', endpoint: SDK_PATHS.messagesBroadcast, form: , runnable: true, @@ -71,7 +71,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.PRIVATE, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/private_send.html', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/private_send.html', endpoint: SDK_PATHS.messagesPrivate, form: , runnable: true, @@ -83,7 +83,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.DATATYPE, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/define_datatype.html', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/define_datatype.html', endpoint: SDK_PATHS.messagesDatatypes, form: , runnable: true, @@ -101,7 +101,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.POOL, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#create-a-pool', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#create-a-pool', endpoint: SDK_PATHS.tokensPools, form: , runnable: true, @@ -113,7 +113,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.MINT, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html', endpoint: SDK_PATHS.tokensMint, form: , runnable: true, @@ -125,7 +125,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.TRANSFER, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#transfer-tokens', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#transfer-tokens', endpoint: SDK_PATHS.tokensTransfer, form: , runnable: true, @@ -137,7 +137,7 @@ export const TutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.BURN, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#burn-tokens', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#burn-tokens', endpoint: SDK_PATHS.tokensBurn, form: , runnable: true, @@ -154,7 +154,7 @@ export const TutorialSections: ITutorialSection[] = [ tutorials: [ { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#contract-deployment', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#contract-deployment', form: , formID: TUTORIAL_FORMS.DEPLOY_CONTRACT, shortInfo: 'deployContractInfo', @@ -165,7 +165,7 @@ export const TutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#broadcast-the-contract-interface', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#broadcast-the-contract-interface', endpoint: SDK_PATHS.contractsInterface, form: , formID: TUTORIAL_FORMS.DEFINE_CONTRACT_INTERFACE, @@ -177,7 +177,7 @@ export const TutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#create-an-http-api-for-the-contract', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#create-an-http-api-for-the-contract', endpoint: SDK_PATHS.contractsApi, form: , formID: TUTORIAL_FORMS.REGISTER_CONTRACT_API, @@ -189,7 +189,7 @@ export const TutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#create-a-blockchain-event-listener', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#create-a-blockchain-event-listener', endpoint: SDK_PATHS.contractsListener, form: , formID: TUTORIAL_FORMS.REGISTER_CONTRACT_API_LISTENER, @@ -211,7 +211,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.POOL, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#create-a-pool', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#create-a-pool', endpoint: SDK_PATHS.tokensPools, form: , runnable: true, @@ -223,7 +223,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.MINT, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html', endpoint: SDK_PATHS.tokensMint, form: , runnable: true, @@ -235,7 +235,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.TRANSFER, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#transfer-tokens', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#transfer-tokens', endpoint: SDK_PATHS.tokensTransfer, form: , runnable: true, @@ -247,7 +247,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ { formID: TUTORIAL_FORMS.BURN, docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/mint_tokens.html#burn-tokens', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/mint_tokens.html#burn-tokens', endpoint: SDK_PATHS.tokensBurn, form: , runnable: true, @@ -264,7 +264,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ tutorials: [ { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#contract-deployment', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#contract-deployment', form: , formID: TUTORIAL_FORMS.DEPLOY_CONTRACT, shortInfo: 'deployContractInfo', @@ -275,7 +275,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#broadcast-the-contract-interface', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#broadcast-the-contract-interface', endpoint: SDK_PATHS.contractsInterface, form: , formID: TUTORIAL_FORMS.DEFINE_CONTRACT_INTERFACE, @@ -287,7 +287,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#create-an-http-api-for-the-contract', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#create-an-http-api-for-the-contract', endpoint: SDK_PATHS.contractsApi, form: , formID: TUTORIAL_FORMS.REGISTER_CONTRACT_API, @@ -299,7 +299,7 @@ export const GatewayTutorialSections: ITutorialSection[] = [ }, { docsURL: - 'https://hyperledger.github.io/firefly/gettingstarted/custom_contracts.html#create-a-blockchain-event-listener', + 'https://hyperledger.github.io/firefly/latest/gettingstarted/custom_contracts.html#create-a-blockchain-event-listener', endpoint: SDK_PATHS.contractsListener, form: , formID: TUTORIAL_FORMS.REGISTER_CONTRACT_API_LISTENER,