Skip to content

Commit

Permalink
Merge pull request #1 from ChorusOne/fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
mkaczanowski authored Jul 24, 2024
2 parents 1b5024c + 2d8891f commit 2b85d4a
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Welcome to the **Chorus One SDK** monorepo! Here you'll find all the necessary t

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK, please visit our [main documentation](http://example.com/todo-fix-me). There, you'll find comprehensive guides, examples, and API references to help you get started with building your staking dApp.
For detailed instructions on how to set up and use the Chorus One SDK, please visit our [main documentation](https://chorus-one.gitbook.io/sdk). There, you'll find comprehensive guides, examples, and API references to help you get started with building your staking dApp.

## Installation

Expand Down
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/avalanche/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const signedTx = await yourWallet.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand Down Expand Up @@ -117,7 +117,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)
{% endtab %}
{% endtabs %}

Expand Down Expand Up @@ -154,7 +154,7 @@ In this section you learned how to set up the Chorus One SDK for the Avalanche n
## Further Reading

- [AvalancheStaker API Reference](../../docs/classes/avalanche_src.AvalancheStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)

```
Expand Down
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/cosmos/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Additionally, you can use the Chorus One SDK to sign transactions using Firebloc
The signature of these methods is compatible with the methods provided by popular Cosmos libraries like `@cosmjs/cosmwasm`.
{% endhint %}

For detailed information on setting up and configuring these options, refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
For detailed information on setting up and configuring these options, refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand Down Expand Up @@ -141,7 +141,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)
{% endtab %}
{% endtabs %}

Expand Down Expand Up @@ -208,4 +208,4 @@ In this section you learned how to set up the Chorus One SDK for the Cosmos netw
## Further Reading

- [CosmosStaker API Reference](../../docs/classes/cosmos_src.CosmosStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/ethereum/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const signedTx = await yourWalletClient.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand All @@ -171,7 +171,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)
{% endtab %}
{% endtabs %}

Expand Down Expand Up @@ -208,4 +208,4 @@ In this section you learned how to set up the Chorus One SDK for the Ethereum ne
## Further Reading

- [EthereumStaker API Reference](../../docs/classes/ethereum_src.EthereumStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/near/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const signedTx = await yourWallet.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand Down Expand Up @@ -123,7 +123,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)

{% endtab %}
{% endtabs %}
Expand Down Expand Up @@ -166,7 +166,7 @@ In this section you learned how to set up the Chorus One SDK for the NEAR networ
## Further Reading

- [NEARStaker API Reference](../../docs/classes/near_src.NearStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)

```
Expand Down
4 changes: 2 additions & 2 deletions book/build-your-staking-dapp/polkadot-substrate/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const signedTx = await yourWallet.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand Down Expand Up @@ -122,7 +122,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)

{% endtab %}
{% endtabs %}
Expand Down
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/solana/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const signedTx = await yourWallet.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand All @@ -125,7 +125,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)
{% endtab %}
{% endtabs %}

Expand Down Expand Up @@ -162,4 +162,4 @@ In this section you learned how to set up the Chorus One SDK for the Solana netw
## Further Reading

- [SolanaStaker API Reference](../../docs/classes/solana_src.SolanaStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)
6 changes: 3 additions & 3 deletions book/build-your-staking-dapp/ton/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const signedTx = await yourWallet.signTransaction(tx)

Additionally, you can use the Chorus One SDK to sign transactions using Fireblocks, mnemonic or other methods.

- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../signers-explained/what-is-a-signer.md) section.
- For detailed information on setting up and configuring these options, please refer to the [What is a Signer?](../../signers-explained/what-is-a-signer.md) section.

{% tabs %}
{% tab title="Using Fireblocks for Signing" %}
Expand Down Expand Up @@ -150,7 +150,7 @@ const { signedTx } = await staker.sign({
})
```

For more information please refer to the [Signing with Fireblocks](../signers-explained/fireblocks.md)
For more information please refer to the [Signing with Fireblocks](../../signers-explained/fireblocks.md)
{% endtab %}
{% endtabs %}

Expand Down Expand Up @@ -190,4 +190,4 @@ In this section you learned how to set up the Chorus One SDK for the TON network
## Further Reading

- [TonStaker API Reference](../../docs/classes/ton_src.TonStaker.md)
- [What is a Signer?](../signers-explained/what-is-a-signer.md)
- [What is a Signer?](../../signers-explained/what-is-a-signer.md)
2 changes: 1 addition & 1 deletion book/signers-explained/fireblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ await signer.init()
## Further Reading

- [Fireblocks Documentation](https://developers.fireblocks.com/)
- [FireblocksSigner API Reference](../../docs/classes/signer_fireblocks_src.FireblocksSigner.md)
- [FireblocksSigner API Reference](../docs/classes/signer_fireblocks_src.FireblocksSigner.md)
2 changes: 1 addition & 1 deletion book/signers-explained/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ await signer.init()

- [BIP39 Mnemonic Code](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
- [BIP32 HD Wallets](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
- [LocalSigner API Reference](../../docs/classes/signer_local_src.LocalSigner.md)
- [LocalSigner API Reference](../docs/classes/signer_local_src.LocalSigner.md)
2 changes: 1 addition & 1 deletion packages/avalanche/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on Avalanche.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for Avalanche staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for Avalanche staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/avalanche/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on Cosmos SDK based networks.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for Cosmos staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for Cosmos staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/cosmos/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on Ethereum Protocol.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for Ethereum staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for Ethereum staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/ethereum/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/near/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on NEAR Protocol.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for NEAR staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for NEAR staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/near/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/signer-fireblocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Fireblocks signer for Chorus One SDK.

## Documentation

For detailed instructions on how to set up and use Fireblocks Signer with Chorus One SDK, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use Fireblocks Signer with Chorus One SDK, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/signers-explained/fireblocks).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/signer-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Local signer for Chorus One SDK that utilizes a BIP39 mnemonic for signing opera

## Documentation

For detailed instructions on how to set up and use Local Signer with Chorus One SDK, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use Local Signer with Chorus One SDK, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/signers-explained/local).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Signer interface for Chorus One SDK.

## Documentation

For detailed instructions on how to create custom signers for the Chorus One SDK, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to create custom signers for the Chorus One SDK, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/signers-explained/custom-signer).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on SOLANA Protocol.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for SOLANA staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for SOLANA staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/solana/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/staking-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The most important fields in the configuration are the addresses:

- [Configuration example](./example/config.ethereum.json)
- [Network configuration properties](../ethereum/src/lib/types/ethereumConfigNetwork.ts)
- [CLI usage](./README.ethreum.md)
- [CLI usage](./README.ethereum.md)

## Security

Expand Down
2 changes: 1 addition & 1 deletion packages/substrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on Substrate Network SDK blockchai

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for Substrate staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for Substrate staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/polkadot-substrate/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/ton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All-in-one toolkit for building staking dApps on TON.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK for TON staking, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK for TON staking, please visit our [main documentation](https://chorus-one.gitbook.io/sdk/build-your-staking-dapp/ton/overview).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utilities for Chorus One SDK.

## Documentation

For detailed instructions on how to set up and use the Chorus One SDK, please visit our [main documentation](http://example.com/todo-fix-me).
For detailed instructions on how to set up and use the Chorus One SDK, please visit our [main documentation](https://chorus-one.gitbook.io/sdk).

## Installation

Expand Down

0 comments on commit 2b85d4a

Please sign in to comment.